Returns or sets cell collection.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public virtual CellCollection Cells { get; set; }
Public Overridable Property Cells As CellCollection Get Set
public: virtual property CellCollection^ Cells { CellCollection^ get (); void set (CellCollection^ value); }
abstract Cells : CellCollection with get, set override Cells : CellCollection with get, set