|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.BIFF_Records.SheetStream
ActiveXLS.ExcelSheet
This class simulates a sheet. It can be a worksheet or a chart.
Constructor Summary | |
ExcelSheet()
Defines an instance of the sheet. |
Method Summary | |
abstract ExcelSheet |
Clone()
Creates and returns a copy of this object. |
void |
Dispose()
Disposes any resources that it has allocated. |
System.String |
getSheetName()
Returns the name of the sheet. |
System.Drawing.Color |
getTabColor()
Returns the tab color. |
int |
getZoom()
Returns the zoom of the sheet. |
bool |
IsHidden()
Returns the hidden option of the sheet. |
bool |
IsSheetProtected()
Returns the protected option of the sheet. |
bool |
IsSheetSelected()
Returns the selected option of the sheet. |
void |
setHidden(bool isHidden)
Sets the hidden option of the sheet. |
void |
setSheetName(System.String sheetName)
Sets the name of the sheet. |
void |
setSheetProtected(bool isSheetProtected)
Sets the protected option of the sheet. |
void |
setSheetSelected(bool isSheetSelected)
Sets the selected option of the sheet. |
void |
setTabColor(System.Drawing.Color colorTab)
Sets the tab color. |
void |
setZoom(int zoom)
Sets the zoom of the sheet. |
Constructor Detail |
public ExcelSheet()
Method Detail |
public bool IsSheetSelected()
setSheetSelected(bool)
public void setSheetSelected(bool isSheetSelected)
isSheetSelected
- true if the sheet is selected, false otherwiseIsSheetSelected()
public void setZoom(int zoom)
zoom
- the zoom of the sheet.getZoom()
public int getZoom()
setZoom(int)
public bool IsSheetProtected()
setSheetProtected(bool)
public void setSheetProtected(bool isSheetProtected)
isSheetProtected
- true if the sheet is protected, false otherwiseIsSheetProtected()
public bool IsHidden()
setHidden(bool)
public void setHidden(bool isHidden)
isHidden
- true if the sheet is selected, false otherwiseIsHidden()
public System.String getSheetName()
setSheetName(System.String)
public void setSheetName(System.String sheetName)
sheetName
- the name of the sheetgetSheetName()
public System.Drawing.Color getTabColor()
setSheetName(System.String)
public void setTabColor(System.Drawing.Color colorTab)
colorTab
- the tab colorgetTabColor()
public void Dispose()
public abstract ExcelSheet Clone()
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |