public interface IUiGridManager
Modifier and Type | Method and Description |
---|---|
int |
getLeftColumn() |
int |
getTopRow() |
boolean |
setLeftColumn(int leftColumnIndex)
Changes the current left column in the active worksheet
|
boolean |
setTopRow(int topRowIndex)
Changes the current top row in specified worksheet
|
boolean setTopRow(int topRowIndex)
topRowIndex
- the index of top rowtrue
, if the call was successful, otherwise false
boolean setLeftColumn(int leftColumnIndex)
leftColumnIndex
- the index of left columntrue
, if the call was successful, otherwise false
int getTopRow()
int getLeftColumn()
Copyright © 2024. All rights reserved.