var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.removeSpan(row, col, sheetArea);
Parameters
- row
- The row index of the anchor cell for the span (at which spanned cells start).
- col
- The column index of the anchor cell for the span (at which spanned cells start).
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.