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