Share via


ColumnState2(String, Boolean, Double, Int32, Boolean, Int32) Constructor

Definition

 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

Applies to