Class GridColumn

GridColumn class

Represents a single column in a worksheet.

public class GridColumn

Properties

NameDescription
Caption { get; set; }
Hidden { get; set; }Indicates whether the column is hidden.
Index { get; }Gets the index of this column.

See Also