Search
ColumnCollection.Item Property (Int32)
See Also
 






Gets the column at the specified index.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Column Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As Column

 Parameters

index

The zero-based index of the column to get.

 Property Value

A Column object identifying the column at the specified position.

 See Also