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

C

CANCEL - Static variable in class com.jxcell.CellException
 
CANCEL - Static variable in class com.jxcell.View
Specifies a CANCEL button
CANT_DELETE_NAME_IN_USE - Static variable in class com.jxcell.CellException
 
COLSPAN_TAG - Static variable in class com.jxcell.HTMLWriter
Output the data with table COLSPAN tags
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

CellException - exception com.jxcell.CellException.
 
CellFormat - class com.jxcell.CellFormat.
The JXCELL CellFormat class, providing information about a cell format

CellRef - class com.jxcell.CellRef.
This class provides the number of the active row and the active column in the worksheet

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.
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.
com.jxcell - package com.jxcell
 
com.jxcell.designer - package com.jxcell.designer
 
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.
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, 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.
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.

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