asposecells.api

Class RevisionType

Utility class containing constants. Represents the revision type.

Field Summary
const  intCUSTOM_VIEW
Custom view.
const  intDEFINED_NAME
Defined name.
const  intCHANGE_CELLS
Cells change.
const  intAUTO_FORMAT
Auto format.
const  intMERGE_CONFLICT
Merge conflict.
const  intCOMMENT
Comment.
const  intFORMAT
Format.
const  intINSERT_SHEET
Insert worksheet.
const  intMOVE_CELLS
Move cells.
const  intUNDO
Undo.
const  intQUERY_TABLE
Query table.
const  intINSERT_DELETE
Inserting or deleting.
const  intRENAME_SHEET
Rename worksheet.
const  intUNKNOWN
Unknown.
 

    • Field Detail

      • CUSTOM_VIEW

        const int CUSTOM_VIEW
        Custom view.
      • DEFINED_NAME

        const int DEFINED_NAME
        Defined name.
      • CHANGE_CELLS

        const int CHANGE_CELLS
        Cells change.
      • AUTO_FORMAT

        const int AUTO_FORMAT
        Auto format.
      • MERGE_CONFLICT

        const int MERGE_CONFLICT
        Merge conflict.
      • COMMENT

        const int COMMENT
        Comment.
      • FORMAT

        const int FORMAT
        Format.
      • INSERT_SHEET

        const int INSERT_SHEET
        Insert worksheet.
      • MOVE_CELLS

        const int MOVE_CELLS
        Move cells.
      • UNDO

        const int UNDO
        Undo.
      • QUERY_TABLE

        const int QUERY_TABLE
        Query table.
      • INSERT_DELETE

        const int INSERT_DELETE
        Inserting or deleting.
      • RENAME_SHEET

        const int RENAME_SHEET
        Rename worksheet.
      • UNKNOWN

        const int UNKNOWN
        Unknown.