Search
ColumnCollection.get Method (Int32, Int32)
See Also
 






Gets a ColumnRange object that can be used to manipulate the columns in the specified range.

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

 Syntax

Java  Copy Code

public ColumnRange get (
    int left,
    int right
)

 Parameters

left

The zero-based index of the left column in the range.

right

The zero-based index of the right column in the range.

 Return Value

A ColumnRange object that can be used to manipulate the columns in the range.

 See Also