Columns

Top  Previous  Next

Gets or sets the settings of the columns for the grid control.

[Visual Basic .NET]

Public Property Columns As System.Collections.CollectionBase

[C#]

public System.Collections.CollectionBase Columns {get; set;}

 

Remarks

Columns_New

 

From the screenshot above, you can see that each column has the following fields:

1. ColumnTitle specifies the title of the column header.

2. Width specifies the width in pixels of the column.