Show / Hide Table of Contents

Class SheetFormatProperties

Inheritance
System.Object
SheetFormatProperties
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SheetFormatProperties : object

Constructors

SheetFormatProperties()

Declaration
public SheetFormatProperties()

Properties

BaseColumnWidth

Declaration
public int BaseColumnWidth { get; set; }
Property Value
Type Description
System.Int32

CustomHeight

Declaration
public bool CustomHeight { get; set; }
Property Value
Type Description
System.Boolean

DefaultColumnWidthCharacters

Declaration
public double DefaultColumnWidthCharacters { get; set; }
Property Value
Type Description
System.Double

DefaultRowHeightPixels

Declaration
public double DefaultRowHeightPixels { get; }
Property Value
Type Description
System.Double

DefaultRowHeightPoints

Declaration
public double DefaultRowHeightPoints { get; set; }
Property Value
Type Description
System.Double

OutlineLevelCol

Declaration
public int OutlineLevelCol { get; set; }
Property Value
Type Description
System.Int32

OutlineLevelRow

Declaration
public int OutlineLevelRow { get; set; }
Property Value
Type Description
System.Int32

ThickBottom

Declaration
public bool ThickBottom { get; set; }
Property Value
Type Description
System.Boolean

ThickTop

Declaration
public bool ThickTop { get; set; }
Property Value
Type Description
System.Boolean

ZeroHeight

Declaration
public bool ZeroHeight { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX