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