TableCell
RowSpan Property
|
RowSpan.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int RowSpan { get; set; }
Public Property RowSpan As Integer
Get
Set
public:
property int RowSpan {
int get ();
void set (int value);
}
member RowSpan : int with get, set
Property Value
Type:
Int32
See Also