Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal ft As FolderColumnType, _ 
ByVal width As Integer, _ 
Optional ByVal sort As FolderSort = FolderSort.None, _ 
Optional ByVal sort_index As Integer = -1 _ 
)
This language is not supported or no code example is available.
public FolderColumn( 
FolderColumnType ft
int width
FolderSort sort = FolderSort.None, 
int sort_index = -1 
)
This language is not supported or no code example is available.
public:  
FolderColumn( 
FolderColumnType ft
int width
FolderSort sort
int sort_index 
)
This language is not supported or no code example is available.
public function FolderColumn( 
ft : FolderColumnType
width : int
sort : FolderSort
sort_index : int 
);
This language is not supported or no code example is available.

Parameters

ft
Type: FolderColumnType

width
Type: int

sort
Type: FolderSort

sort_index
Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1