FixedLayoutCell
Cell Property
|
Returns the cell that corresponds to the layout entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableCell Cell { get; }
Public ReadOnly Property Cell As TableCell
Get
public:
property TableCell^ Cell {
TableCell^ get ();
}
member Cell : TableCell with get
Property Value
Type:
TableCell
See Also