public interface IWorksheetView
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDisplayFormulas()
Gets whether the worksheet displays formulas.
|
boolean |
getDisplayGridlines()
Gets whether gridlines are displayed.
|
boolean |
getDisplayHeadings()
Gets whether headers are displayed (True if both row and column headings are
displayed; False if there are no headings displayed).
|
boolean |
getDisplayHorizontalGridlines()
Gets whether horizontal gridlines are displayed.
|
boolean |
getDisplayOutline()
Gets whether outline symbols are displayed.
|
boolean |
getDisplayRightToLeft()
Gets whether the specified worksheet is displayed from right to left instead of
from left to right (False if the object is displayed from left to right).
|
boolean |
getDisplayRuler()
Gets whether a ruler is displayed for the specified worksheet.
|
boolean |
getDisplayVerticalGridlines()
Gets whether vertical gridlines are displayed.
|
boolean |
getDisplayWhitespace()
Gets whether whitespace is displayed.
|
boolean |
getDisplayZeros()
Gets whether zero values are displayed.
|
Color |
getGridlineColor()
Gets the
Color object that represents the gridline color of the worksheet. |
int |
getScrollColumn()
Gets the number of the leftmost column in the pane or worksheet.
|
int |
getScrollRow()
Gets the number of the row that appears at the top of the pane or worksheet.
|
ViewType |
getViewType()
Gets the view type.
|
int |
getZoom()
Gets a Variant value that represents the display size of the worksheet, as a percentage(100 equals normal size, 200 equals double size, and so on).
|
void |
setDisplayFormulas(boolean value)
Sets whether the worksheet displays formulas.
|
void |
setDisplayGridlines(boolean value)
Sets whether gridlines are displayed.
|
void |
setDisplayHeadings(boolean value)
Sets whether headers are displayed (True if both row and column headings are
displayed; False if there are no headings displayed).
|
void |
setDisplayHorizontalGridlines(boolean value)
Sets whether horizontal gridlines are displayed.
|
void |
setDisplayOutline(boolean value)
Sets whether outline symbols are displayed.
|
void |
setDisplayRightToLeft(boolean value)
Sets whether the specified worksheet is displayed from right to left instead of
from left to right (False if the object is displayed from left to right).
|
void |
setDisplayRuler(boolean value)
Sets whether a ruler is displayed for the specified worksheet.
|
void |
setDisplayVerticalGridlines(boolean value)
Sets whether vertical gridlines are displayed.
|
void |
setDisplayWhitespace(boolean value)
Sets whether whitespace is displayed.
|
void |
setDisplayZeros(boolean value)
Sets whether zero values are displayed.
|
void |
setGridlineColor(Color value)
Sets the
Color object that represents the gridline color of the worksheet. |
void |
setScrollColumn(int value)
Sets the number of the leftmost column in the pane or worksheet.
|
void |
setScrollRow(int value)
Sets the number of the row that appears at the top of the pane or worksheet.
|
void |
setViewType(ViewType value)
Sets the view type.
|
void |
setZoom(int value)
Sets a Variant value that represents the display size of the worksheet, as a percentage(100 equals normal size, 200 equals double size, and so on).
|
boolean getDisplayRightToLeft()
void setDisplayRightToLeft(boolean value)
boolean getDisplayFormulas()
void setDisplayFormulas(boolean value)
boolean getDisplayGridlines()
void setDisplayGridlines(boolean value)
boolean getDisplayVerticalGridlines()
void setDisplayVerticalGridlines(boolean value)
boolean getDisplayHorizontalGridlines()
void setDisplayHorizontalGridlines(boolean value)
boolean getDisplayHeadings()
void setDisplayHeadings(boolean value)
boolean getDisplayOutline()
void setDisplayOutline(boolean value)
boolean getDisplayRuler()
void setDisplayRuler(boolean value)
boolean getDisplayWhitespace()
void setDisplayWhitespace(boolean value)
boolean getDisplayZeros()
void setDisplayZeros(boolean value)
int getZoom()
void setZoom(int value)
ViewType getViewType()
void setViewType(ViewType value)
Color getGridlineColor()
Color object that represents the gridline color of the worksheet.void setGridlineColor(Color value)
Color object that represents the gridline color of the worksheet.int getScrollColumn()
void setScrollColumn(int value)
int getScrollRow()
void setScrollRow(int value)