var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.addSpan(row, column, rowCount, colCount, sheetArea);
Parameters
- row
- The row index of the cell at which to start the span.
- column
- The column index of the cell at which to start the span.
- rowCount
- The number of rows to span.
- colCount
- The number of columns to span.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.