ColumnState2(String, Boolean, Double, Int32, Boolean, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ColumnState2(std::wstring const & name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false, int groupingPriority = 0);
public ColumnState2 (string name, bool isVisible, double width, int sortPriority = 0, bool descendingSort = false, int groupingPriority = 0);
new Microsoft.VisualStudio.Shell.TableControl.ColumnState2 : string * bool * double * int * bool * int -> Microsoft.VisualStudio.Shell.TableControl.ColumnState2
Public Sub New (name As String, isVisible As Boolean, width As Double, Optional sortPriority As Integer = 0, Optional descendingSort As Boolean = false, Optional groupingPriority As Integer = 0)
Parameters
- name
- String
- isVisible
- Boolean
- width
- Double
- sortPriority
- Int32
- descendingSort
- Boolean
- groupingPriority
- Int32