Returns or sets cell collection.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public virtual CellCollection Cells { get; }
 
Public Overridable ReadOnly Property Cells As CellCollection
	Get
 
public:
virtual property CellCollection^ Cells {
	CellCollection^ get ();
}
 
abstract Cells : CellCollection with get
override Cells : CellCollection with get
 
 
 
Property Value
 
 Type:
 
CellCollection
 
 
 See Also
See Also