WorksheetModel

WorksheetModel

Overview

WorksheetModel is a class in Aspose.Cells for NET.

WorksheetModel.WorksheetModel creates a worksheet model with the given name.

Properties

NameTypeAccessDescription
NamestringRead/Write
VisibilitySheetVisibilityRead/WriteGets or sets the worksheet’s visibility (e.g., visible, hidden)
CellsDictionary<CellAddress, CellRecord>ReadGets a dictionary mapping cell addresses to cell records
RowsDictionary<int, RowModel>ReadGets a dictionary of row index to row model metadata
ColumnsList<ColumnRangeModel>ReadProvides a list of column range models defining column metadata
MergeRegionsList<MergeRegion>ReadProvides a list of merged cell regions on the worksheet
HyperlinksList<HyperlinkModel>ReadProvides a list of hyperlink definitions in the worksheet
PageSetupPageSetupModelReadProvides access to page setup settings for printing
ViewWorksheetViewModelReadProvides the worksheet’s view configuration (e.g., zoom, pane)
ProtectionWorksheetProtectionModelReadGets the worksheet protection model controlling edit permissions
AutoFilterAutoFilterModelReadGets the auto filter model applied to the worksheet
TabColorColorValue?Read/Write

Methods

SignatureDescription
WorksheetModel(name: string)Creates a worksheet model with the given name