Enum ViewportPaneType
Defines viewport pane types indicating position relative to frozen rows and columns.
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum ViewportPaneType
Fixed
The top-left pane above and left of frozen rows and columns.
HorizontalScrollable
The top-right pane above frozen rows, scrollable horizontally.
Scrollable
The bottom-right pane, scrollable both horizontally and vertically.
VerticalScrollable
The bottom-left pane left of frozen columns, scrollable vertically.