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