Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Interface SheetType


public interface SheetType

Enumerates worksheet types.


Field Summary
static short CHART
          Represents chart.
static short OTHER
          Represents unknown sheet types.
static short WORKSHEET
          Represents worksheet.
 

Field Detail

WORKSHEET

static final short WORKSHEET
Represents worksheet.

See Also:
Constant Field Values

CHART

static final short CHART
Represents chart.

See Also:
Constant Field Values

OTHER

static final short OTHER
Represents unknown sheet types.

See Also:
Constant Field Values