Worksheet |
public class PaneDefinition
The WorksheetReaderPaneDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| WorksheetReaderPaneDefinition | Default constructor, with no active pane and the top left cell at A1 |
| Name | Description | |
|---|---|---|
| ActivePane | Active pane in the split window | |
| FrozenState | Frozen state of the split window | |
| PaneSplitColumnIndex | Gets or sets the pane split column index of a worksheet split | |
| PaneSplitHeight | Gets or sets the pane split height of a worksheet split | |
| PaneSplitRowIndex | Gets or sets the pane split row index of a worksheet split | |
| PaneSplitWidth | Gets or sets the pane split width of a worksheet split | |
| TopLeftCell | Top Left cell address of the bottom right pane | |
| XSplitDefined | Gets whether an X split was defined | |
| YSplitDefined | Gets whether an Y split was defined |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetActivePane | Parses and sets the active pane from a string value | |
| SetFrozenState | Sets the frozen state of the split window if defined | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |