[]
Creates a new set of sorting settings.
public SaveAutoSortColumns(BitArray allowAutoSort, BitArray showIndicator)
Public Sub New(allowAutoSort As BitArray, showIndicator As BitArray)
Type | Name | Description |
---|---|---|
BitArray | allowAutoSort | Values of AllowAutoSort for the columns |
BitArray | showIndicator | Values of ShowSortIndicator for the columns |
Creates a new set of sorting settings from serialization.
protected SaveAutoSortColumns(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | context | StreamingContext |