| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing | |
| com.grapecity.documents.excel.internal |
| Modifier and Type | Method and Description |
|---|---|
IWorksheet |
IWorksheets.add()
Creates a new worksheet.
|
IWorksheet |
IWorksheets.add(SheetType type)
Creates a new sheet.
|
IWorksheet |
IWorksheets.addAfter(IWorksheet sheet)
Creates a new worksheet and inserts it after the specified sheet.
|
IWorksheet |
IWorksheets.addBefore(IWorksheet sheet)
Creates a new worksheet and inserts it before the specified sheet.
|
IWorksheet |
IWorksheet.copy()
Copies the sheet to the end of the current workbook.
|
IWorksheet |
IWorksheet.copy(IWorkbook workbook)
Copies the sheet to the end of the specified workbook.
|
IWorksheet |
IWorksheet.copyAfter(IWorksheet targetSheet)
Copies the sheet to the location after the specified sheet.
|
IWorksheet |
IWorksheet.copyBefore(IWorksheet targetSheet)
Copies the sheet to the location before the specified sheet.
|
IWorksheet |
IWorksheets.get(int index)
Gets the worksheet using the index.
|
IWorksheet |
IWorksheets.get(java.lang.String name)
Gets the worksheet using the name.
|
IWorksheet |
Workbook.getActiveSheet()
Gets the active sheet.
|
IWorksheet |
Workbook.getActiveSheet()
Gets the active sheet.
|
IWorksheet |
IWorkbook.getActiveSheet()
Returns an object that represents the active sheet (the sheet on top) in the
active workbook or in the specified window or workbook.
|
IWorksheet |
SheetEventArgs.getSheet()
Gets
IWorksheet of SheetEventArgs. |
IWorksheet |
ICalcContext.getWorksheet()
Get the IWorksheet that contains the cell which is calculating.
|
IWorksheet |
ICalcContext.getWorksheet()
Get the IWorksheet that contains the cell which is calculating.
|
IWorksheet |
IRange.getWorksheet()
Returns the parent
IWorksheet of this range. |
IWorksheet |
IWorksheet.move()
Moves the sheet to the end of the current workbook.
|
IWorksheet |
IWorksheet.move(IWorkbook workbook)
Moves the sheet to the end of the specified workbook.
|
IWorksheet |
IWorksheet.moveAfter(IWorksheet targetSheet)
Moves the sheet to the location after the specified sheet.
|
IWorksheet |
IWorksheet.moveBefore(IWorksheet targetSheet)
Moves the sheet to the location before the specified sheet.
|
| Modifier and Type | Method and Description |
|---|---|
ISlicer |
ISlicers.add(IWorksheet slicerDestination,
java.lang.String name,
java.lang.String caption,
double top,
double left,
double width,
double height)
Creates a new slicer and returns a
ISlicer object. |
IWorksheet |
IWorksheets.addAfter(IWorksheet sheet)
Creates a new worksheet and inserts it after the specified sheet.
|
IWorksheet |
IWorksheets.addBefore(IWorksheet sheet)
Creates a new worksheet and inserts it before the specified sheet.
|
ISignature |
ISignatureSet.addSignatureLine(IWorksheet worksheet,
double left,
double top)
Adds lines to a document where signatures are collected.
|
ISignature |
ISignatureSet.addSignatureLine(IWorksheet worksheet,
double left,
double top,
double width)
Adds lines to a document where signatures are collected.
|
ISignature |
ISignatureSet.addSignatureLine(IWorksheet worksheet,
double left,
double top,
double width,
double height)
Adds lines to a document where signatures are collected.
|
boolean |
IWorksheets.contains(IWorksheet worksheet)
Returns true if the specified Worksheet is contained by the collection of
worksheets; otherwise, false is returned.
|
IWorksheet |
IWorksheet.copyAfter(IWorksheet targetSheet)
Copies the sheet to the location after the specified sheet.
|
IWorksheet |
IWorksheet.copyBefore(IWorksheet targetSheet)
Copies the sheet to the location before the specified sheet.
|
WorksheetCache |
PrintManager.getCache(IWorksheet worksheet) |
WorksheetCache |
PrintManager.getCache(IWorksheet worksheet) |
PageSettings |
PrintManager.getPageSettings(IWorksheet worksheet,
PageType type) |
PageSettings |
PrintManager.getPageSettings(IWorksheet worksheet,
PageType type) |
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<java.lang.Integer> |
PrintManager.GetPaginationInfo(IWorksheet worksheet,
PaginationOrientation orientation,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
|
java.util.List<IRange> |
PrintManager.getPrintAreas(IWorksheet worksheet)
Returns the size in points of the paper.
|
java.util.List<IRange> |
PrintManager.getPrintAreas(IWorksheet worksheet)
Returns the size in points of the paper.
|
int |
IWorksheets.indexOf(IWorksheet worksheet)
Returns the zero-based index of the specified worksheet in the collection.
|
IWorksheet |
IWorksheet.moveAfter(IWorksheet targetSheet)
Moves the sheet to the location after the specified sheet.
|
IWorksheet |
IWorksheet.moveBefore(IWorksheet targetSheet)
Moves the sheet to the location before the specified sheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
java.util.List<PageInfo> |
PrintManager.paginate(IWorksheet worksheet,
java.util.List<IRange> keepTogetherRanges,
java.util.List<RepeatSetting> repeatSettings)
Generate pagination information for the worksheet.
|
| Constructor and Description |
|---|
ExcelRangeRow(IWorksheet worksheet,
java.util.HashMap<java.lang.String,java.lang.Integer> properties,
int row) |
SheetEventArgs(IWorksheet sheet)
Specifies the construction.
|
| Modifier and Type | Method and Description |
|---|---|
IWorksheet |
IShape.getParent()
Gets the shape's parent sheet
|
| Modifier and Type | Method and Description |
|---|---|
IWorksheet |
ISlicerForDrawing.getSheet() |