StructureDocumentTagRow
RowFormat Property
|
Gets the row format for the current row.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override RowFormat RowFormat { get; }
Public Overrides ReadOnly Property RowFormat As RowFormat
Get
public:
virtual property RowFormat^ RowFormat {
RowFormat^ get () override;
}
abstract RowFormat : RowFormat with get
override RowFormat : RowFormat with get
Property Value
Type:
RowFormat
See Also