Class SheetProperties
Represents a set of properties for a sheet
Inheritance
System.Object
SheetProperties
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SheetProperties : object
Constructors
SheetProperties()
Declaration
Fields
Declaration
public const bool DefaultEnableFormatConditionsCalculation = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultFilterMode
Declaration
public const bool DefaultFilterMode = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultPublished
Declaration
public const bool DefaultPublished = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultSyncHorizontal
Declaration
public const bool DefaultSyncHorizontal = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultSyncVertical
Declaration
public const bool DefaultSyncVertical = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultTransitionEntry
Declaration
public const bool DefaultTransitionEntry = null
Field Value
Type |
Description |
System.Boolean |
|
DefaultTransitionEvaluation
Declaration
public const bool DefaultTransitionEvaluation = null
Field Value
Type |
Description |
System.Boolean |
|
Properties
CodeName
Declaration
public string CodeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool EnableFormatConditionsCalculation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FilterMode
Declaration
public bool FilterMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OutlineProperties
Declaration
public OutlineProperties OutlineProperties { get; set; }
Property Value
PageSetupProperties
Declaration
public PageSetupProperties PageSetupProperties { get; set; }
Property Value
Published
Declaration
public bool Published { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SyncHorizontal
Flag indicating whether this sheet is horizontally synced to the synchRef anchor point.
When true and scroll location is missing from the window properties, the window view shall be scrolled to the horizontal (row) aspect of the synchRef value.
Declaration
public bool SyncHorizontal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SyncRef
Declaration
public string SyncRef { get; set; }
Property Value
Type |
Description |
System.String |
|
SyncVertical
Declaration
public bool SyncVertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TabColor
Declaration
public SpreadsheetColor TabColor { get; set; }
Property Value
TransitionEntry
Declaration
public bool TransitionEntry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TransitionEvaluation
Declaration
public bool TransitionEvaluation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|