[]
Adds a span of cells to a column header for a sheet.
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)
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 |