A B C D E F G H I J K L M N O P R S T U V W X Y Z

C

CANCEL - Static variable in class com.jxcell.View
Specifies a CANCEL button
CancelEditEvent - class com.jxcell.CancelEditEvent.
This event occurs when the user presses the ESC key or leaves edit mode without making changes.
CancelEditListener - interface com.jxcell.CancelEditListener.
The listener interface for receiving CancelEdit events

CategoryScale - Static variable in class com.jxcell.ChartShape
 
CellException - exception com.jxcell.CellException.
 
CellException(String) - Constructor for class com.jxcell.CellException
 
CellException(short, String) - Constructor for class com.jxcell.CellException
 
CellException(short, String, Throwable) - Constructor for class com.jxcell.CellException
 
CellException(short) - Constructor for class com.jxcell.CellException
 
CellException(short, Throwable) - Constructor for class com.jxcell.CellException
 
CellException(Throwable) - Constructor for class com.jxcell.CellException
 
CellFormat - class com.jxcell.CellFormat.
this class present creating and returning information about cell formats.
CellFormat(com.jxcell.ss.CellFormat) - Constructor for class com.jxcell.CellFormat
 
CellRef - class com.jxcell.CellRef.
This class provides the number of the active row and the active column in the worksheet

CellRef(int, int, int) - Constructor for class com.jxcell.CellRef
set cellRef value
ChartFormat - class com.jxcell.ChartFormat.
The chart format class, providing information about chart formatting.
ChartShape - class com.jxcell.ChartShape.
This class contains the chart model API.
CheckBox - Static variable in class com.jxcell.FormControlShape
 
ClearAll - Static variable in class com.jxcell.View
 
ClearCellValues - Static variable in class com.jxcell.View
 
ClearDlg - Static variable in class com.jxcell.View
 
ClearFormats - Static variable in class com.jxcell.View
 
ColWidthUnitsNormal - Static variable in class com.jxcell.View
 
ColWidthUnitsTwips - Static variable in class com.jxcell.View
 
CombBox - Static variable in class com.jxcell.FormControlShape
 
ConditionFormat - class com.jxcell.ConditionFormat.
This class represents a conditional format condition and the associated formatting.
ContextMenu - class com.jxcell.ContextMenu.
 
ContextMenu(View) - Constructor for class com.jxcell.ContextMenu
 
CopyAll - Static variable in class com.jxcell.View
 
CopyFormats - Static variable in class com.jxcell.View
 
CopyFormulas - Static variable in class com.jxcell.View
 
CopyValues - Static variable in class com.jxcell.View
 
CreateConditionFormat() - Method in class com.jxcell.View
Creates a new instance of a conditional format in current selected sheet.
CreateDataValidation() - Method in class com.jxcell.View
Creates a new instance of a data validation object in current selected sheet.
canEditPaste() - Method in class com.jxcell.View
 
canEditPasteSpecial() - Method in class com.jxcell.View
 
cancelEdit(CancelEditEvent) - Method in interface com.jxcell.CancelEditListener
 
cancelEdit() - Method in class com.jxcell.View
Aborts edit mode and leaves the current cell unchanged

charWidthToTwips(int) - Method in class com.jxcell.View
Converts column widths to units equal to 1/256th of the character 0's width in the default font.
checkRecalc() - Method in class com.jxcell.View
Recalculates the worksheet if needed

childIsActive() - Method in class com.jxcell.View
Informs the View that a child of the view is or soon will be active.
clearPopup() - Method in class com.jxcell.ContextMenu
 
clearRange(int, int, int, int, short) - Method in class com.jxcell.View
Clears the specified range Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
clone() - Method in class com.jxcell.View
Returns a new View attached to the same workbook as this View.
color2RGB(Color) - Static method in class com.jxcell.View
 
com.jxcell - package com.jxcell
 
com.jxcell.designer - package com.jxcell.designer
 
copy(CellFormat) - Method in class com.jxcell.CellFormat
 
copy(GRObject) - Method in class com.jxcell.GRObject
 
copyAll(View) - Method in class com.jxcell.View
Copies the contents of one workbook to another workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
copyAllToBook(Book) - Method in class com.jxcell.View
Copies everything from the Book to dstBook.
copyDataFromArray(int, int, int, int, int, double[][]) - Method in class com.jxcell.View
Copies data from an array into a sheet The array and the sheet do not have to be the same size.
copyDataToArray(int, int, int, int, int, double[][]) - Method in class com.jxcell.View
Copies data from the sheet into an array The array and the sheet do not have to be the same size.
copyRange(int, int, int, int, int, View, int, int, int, int, int) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
copyRange(int, int, int, int, int, View, int, int, int, int, int, short) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook This method allows you to choose the type of data to copy: formulas only, values only, formats only, any combination of the previous types, or all of the types.
copyRange(int, int, int, int, View, int, int, int, int) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
copyRange(int, int, int, int, View, int, int, int, int, short) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
copySheet(int) - Method in class com.jxcell.View
Creates copies of the selected sheet.

A B C D E F G H I J K L M N O P R S T U V W X Y Z