PdfGridCell
RowSpan Property
|
Gets or sets the row span.
Namespace:
Spire.Pdf.Grid
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
The row span.
See Also