Class WorksheetViewState
Represents the visible section of the worksheet.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorksheetViewState : SheetViewStateBase, ISheetViewState
Constructors
WorksheetViewState()
Properties
CircleInvalidData
Gets or sets a value indicating whether to circle the invalid data.
Declaration
public bool CircleInvalidData { get; set; }
Property Value
System. The value indicating whether to circle the invalid data. |
IsSelected
Gets or sets value indicating if the sheet is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System. The value indicating if the sheet is selected. |
Pane
ScaleFactor
Gets or sets the scale factor.
Declaration
public Size ScaleFactor { get; set; }
Property Value
System. The scale factor. |
SelectionState
Gets or sets the state of the selection.
Declaration
public SelectionState SelectionState { get; set; }
Property Value
Selection The state of the selection. |
ShowGridLines
Gets or sets value indicating if the gridlines should be shown.
Declaration
public bool ShowGridLines { get; set; }
Property Value
System. The value indicating if the gridlines should be shown. |
ShowRowColHeaders
Gets or sets value indicating if the row and column headings should be shown.
Declaration
public bool ShowRowColHeaders { get; set; }
Property Value
System. The value indicating if the row and column headings should be shown. |
TopLeftCellIndex
Gets or sets the index of the top left cell of the screen.
Declaration
public CellIndex TopLeftCellIndex { get; set; }
Property Value
Cell The index of the top left cell of the screen. |
ViewType
Gets or sets a value indicating how the worksheet should be displayed.
Declaration
public SheetViewType ViewType { get; set; }
Property Value
Sheet The desired view type. |
Methods
FreezePanes(Int32, Int32)
Freezes the sheet panes.
Declaration
public void FreezePanes(int frozenRowsCount, int frozenColumnsCount)
Parameters
System. The number of rows which will be frozen. |
System. The number of columns which will be frozen. |
FreezePanes(CellIndex, Int32, Int32)
Freezes the sheet panes.
Declaration
public void FreezePanes(CellIndex fixedPaneTopLeftCellIndex, int frozenRowsCount, int frozenColumnsCount)
Parameters
Cell The top left cell index of the fixed pane. |
System. The number of rows which will be frozen. |
System. The number of columns which will be frozen. |
FreezePanes(CellIndex, Int32, Int32, CellIndex)
Freezes the sheet panes.
Declaration
public void FreezePanes(CellIndex fixedPaneTopLeftCellIndex, int frozenRowsCount, int frozenColumnsCount, CellIndex scrollableTopLeftCellIndex)
Parameters
Cell The top left cell index of the fixed pane. |
System. The number of rows which will be frozen. |
System. The number of columns which will be frozen. |
Cell The top left cell index of the scrollable pane. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |