AddSpanCell Method
AddSpanCell(int, int, int, int)
Adds a span of cells on this 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 span
|
int |
column |
Column index of cell at which to start span
|
int |
rowCount |
Number of rows to span
|
int |
columnCount |
Number of columns to span
|