FixedLayoutRow
Cells Property
|
Provides access to the cells of the table row.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<FixedLayoutCell> Cells { get; }
Public ReadOnly Property Cells As LayoutCollection(Of FixedLayoutCell)
Get
public:
property LayoutCollection<FixedLayoutCell^>^ Cells {
LayoutCollection<FixedLayoutCell^>^ get ();
}
member Cells : LayoutCollection<FixedLayoutCell> with get
Property Value
Type:
LayoutCollection
FixedLayoutCell
See Also