Show / Hide Table of Contents

Class CustomWorkbookView

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

Constructors

CustomWorkbookView()

Declaration
public CustomWorkbookView()

Properties

ActiveSheetId

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

AutoUpdate

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

ChangesSavedWin

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

Guid

Declaration
public string Guid { get; set; }
Property Value
Type Description
System.String

IncludeHiddenRowCol

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

IncludePrintSettings

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

Maximized

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

MergeInterval

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

Minimized

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

OnlySync

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

PersonalView

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

ShowComments

Declaration
public CommentsDisplayType ShowComments { get; set; }
Property Value
Type Description
CommentsDisplayType

ShowFormulaBar

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

ShowHorizontalScroll

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

ShowObjects

Declaration
public ObjectDisplayType ShowObjects { get; set; }
Property Value
Type Description
ObjectDisplayType

ShowSheetTabs

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

ShowStatusBar

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

ShowVerticalScroll

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

TabRatio

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

WindowHeight

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

WindowWidth

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

XWindow

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

YWindow

Declaration
public int YWindow { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX