Search
ColumnCollection.get Method (Int32)
See Also
 






Gets the column at the specified index.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Column get (
    int index
)

 Parameters

index

The zero-based index of the column to get.

 Return Value

A Column object identifying the column at the specified position.

 See Also