WorksheetModel
Overview
WorksheetModel is a class in Aspose.Cells FOSS for .NET.
Represents worksheet model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | |
Visibility | SheetVisibility | Read/Write | |
Cells | Dictionary<CellAddress, CellRecord> | Read | Provides a dictionary mapping cell addresses to cell records |
Rows | Dictionary<int, RowModel> | Read | Provides a dictionary mapping row indices to row models |
Columns | List<ColumnRangeModel> | Read | Provides a list of column range models defining column properties |
MergeRegions | List<MergeRegion> | Read | Provides a list of merged cell regions on the worksheet |
Hyperlinks | List<HyperlinkModel> | Read | Provides a list of hyperlink models defined in the worksheet |
PageSetup | PageSetupModel | Read | Provides access to page setup settings for printing |
View | WorksheetViewModel | Read | Provides view configuration such as zoom and frozen panes |
Protection | WorksheetProtectionModel | Read | Provides worksheet protection settings |
AutoFilter | AutoFilterModel | Read | Provides the auto-filter model applied to the worksheet |
ListObjects | List<ListObjectModel> | Read | Provides a list of table (list object) models on the worksheet |
Pictures | List<PictureModel> | Read | Provides a list of picture models embedded in the worksheet |
Shapes | List<ShapeModel> | Read | Provides a list of shape models on the worksheet |
Charts | List<ChartModel> | Read | Provides a list of chart models contained in the worksheet |
Comments | List<CommentModel> | Read | Provides a list of comment models attached to cells |
TabColor | ColorValue? | Read/Write |
Methods
| Signature | Description |
|---|---|
WorksheetModel(name: string) | The name. |