Spread |
public class SpreadSheet : Window
The SpreadSheet type exposes the following members.
| Name | Description | |
|---|---|---|
| SpreadSheet | Initialize a new SpreadSheet with an optional name. |
| 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) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Columns | Columns contained in the spreadsheet. | |
| CreationDate | Creation timestamp of the window. (Inherited from Window) | |
| FrameRect | Rectangle that defines the window frame. (Inherited from Window) | |
| IsHidden | Whether the window is hidden. (Inherited from Window) | |
| Label | Label associated with the window. (Inherited from Window) | |
| Loose | Whether the sheet uses loose storage semantics. | |
| MaxRows | Maximum number of rows supported by the sheet. | |
| ModificationDate | Last modification timestamp of the window. (Inherited from Window) | |
| Name | Name of the window. (Inherited from Window) | |
| ObjectID | Identifier for the object in the original file/project. (Inherited from Window) | |
| Sheets | Number of sheets (pages) represented inside this spreadsheet window. | |
| State | Current state of the window (normal, minimized, maximized). (Inherited from Window) | |
| Title | Which title is displayed for the window. (Inherited from Window) | |
| WindowBackgroundColorBase | Base color for the window background. (Inherited from Window) | |
| WindowBackgroundColorEnd | End color for the window background gradient. (Inherited from Window) | |
| WindowBackgroundColorGradient | Direction of the background color gradient for the window. (Inherited from Window) |