RemoveAt Method
Description
Removes a column at a specified position from the column SortOrder or GroupsOrder array.
Syntax
Public Sub RemoveAt( _
ByVal [Index](#) As Long _
)
Parameters
- Index
Index of a column within the SortOrder or GroupsOrder columns array that indicates the column to remove.
The index of a column within the SortOrder or GroupsOrder arrays can be found using the IndexOf method.
Remarks
The RemoveAt method removes a column from the sort order or from the group order which are stored in the SortOrder and GroupsOrder column arrays.
RemoveAt will not actually remove a column.
The IndexOf method can be used to determine the index of a column within the SortOrder or GroupsOrder columns array. RemoveAt does not use the actual index of a column.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.