Set of columns to export. Columns are exported in given order
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public ExportStatsColumn[] Columns { get; set; } |
| Visual Basic |
|---|
Public Property Columns As ExportStatsColumn() Get Set |
| JScript |
|---|
function get Columns () : ExportStatsColumn[] function set Columns (value : ExportStatsColumn[]) |