PageTableAreaCellRowSpan Property |
Gets the total number of rows that contain the table cell.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic int RowSpan { get; }
Public ReadOnly Property RowSpan As Integer
Get
public:
property int RowSpan {
int get ();
}
member RowSpan : int with get
Property Value
Type:
Int32A positive integer value that represents the total number of rows that contain the table cell.
See Also