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