[]
Adds a span of cells on this 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 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 |