Sets the span.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
Index of the row.
cellIndex
Int32
Index of the cell.
rowSpan
Int32
The row span.
colSpan
Int32
The col span.

See Also