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 falseboolean setLeftColumn(int leftColumnIndex)
leftColumnIndex - the index of left columntrue, if the call was successful, otherwise falseint getTopRow()
int getLeftColumn()
Copyright © 2025. All rights reserved.