PdfGridRowCollection
SetSpan Method
|
Sets the span.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSpan(
int rowIndex,
int cellIndex,
int rowSpan,
int colSpan
)
Public Sub SetSpan (
rowIndex As Integer,
cellIndex As Integer,
rowSpan As Integer,
colSpan As Integer
)
public:
void SetSpan(
int rowIndex,
int cellIndex,
int rowSpan,
int colSpan
)
member SetSpan :
rowIndex : int *
cellIndex : int *
rowSpan : int *
colSpan : int -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Index of the row.
-
cellIndex
-
Type:
System
Int32
Index of the cell.
-
rowSpan
-
Type:
System
Int32
The row span.
-
colSpan
-
Type:
System
Int32
The col span.
See Also