Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public CellRange GroupByColumns( int firstColumn, int lastColumn, bool isCollapsed )
Public Function GroupByColumns ( firstColumn As Integer, lastColumn As Integer, isCollapsed As Boolean ) As CellRange
public: CellRange^ GroupByColumns( int firstColumn, int lastColumn, bool isCollapsed )
member GroupByColumns : firstColumn : int * lastColumn : int * isCollapsed : bool -> CellRange