WorksheetModel

WorksheetModel

Overview

WorksheetModel is a class in Aspose.Cells FOSS for .NET.

Represents worksheet model.

Properties

NameTypeAccessDescription
NamestringRead/Write
VisibilitySheetVisibilityRead/Write
CellsDictionary<CellAddress, CellRecord>ReadProvides a dictionary mapping cell addresses to cell records
RowsDictionary<int, RowModel>ReadProvides a dictionary mapping row indices to row models
ColumnsList<ColumnRangeModel>ReadProvides a list of column range models defining column properties
MergeRegionsList<MergeRegion>ReadProvides a list of merged cell regions on the worksheet
HyperlinksList<HyperlinkModel>ReadProvides a list of hyperlink models defined in the worksheet
PageSetupPageSetupModelReadProvides access to page setup settings for printing
ViewWorksheetViewModelReadProvides view configuration such as zoom and frozen panes
ProtectionWorksheetProtectionModelReadProvides worksheet protection settings
AutoFilterAutoFilterModelReadProvides the auto-filter model applied to the worksheet
ListObjectsList<ListObjectModel>ReadProvides a list of table (list object) models on the worksheet
PicturesList<PictureModel>ReadProvides a list of picture models embedded in the worksheet
ShapesList<ShapeModel>ReadProvides a list of shape models on the worksheet
ChartsList<ChartModel>ReadProvides a list of chart models contained in the worksheet
CommentsList<CommentModel>ReadProvides a list of comment models attached to cells
TabColorColorValue?Read/Write

Methods

SignatureDescription
WorksheetModel(name: string)The name.

See Also