Gets the collection of cells that belong to this worksheet.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
CellRange Cells { get; }
ReadOnly Property Cells As CellRange
	Get
property CellRange^ Cells {
	CellRange^ get ();
}
abstract Cells : CellRange with get

Property Value

CellRange

See Also