AddSpanCell Method
AddSpanCell(int, int, int, int)
Adds a span of cells to a sheet.
Declaration
public void AddSpanCell(int row, int column, int rowCount, int columnCount)
Public Sub AddSpanCell(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type |
Name |
Description |
int |
row |
Row index of cell at which to start the span
|
int |
column |
Column index of cell at which to start the span
|
int |
rowCount |
Number of rows to span
|
int |
columnCount |
Number of columns to span
|