aspose.cells

Class RevisionType

Utility class containing constants. Represents the revision type.

Field Summary
const  NumberCUSTOM_VIEW
Custom view.
const  NumberDEFINED_NAME
Defined name.
const  NumberCHANGE_CELLS
Cells change.
const  NumberAUTO_FORMAT
Auto format.
const  NumberMERGE_CONFLICT
Merge conflict.
const  NumberCOMMENT
Comment.
const  NumberFORMAT
Format.
const  NumberINSERT_SHEET
Insert worksheet.
const  NumberMOVE_CELLS
Move cells.
const  NumberUNDO
Undo.
const  NumberQUERY_TABLE
Query table.
const  NumberINSERT_DELETE
Inserting or deleting.
const  NumberRENAME_SHEET
Rename worksheet.
const  NumberUNKNOWN
Unknown.
 

    • Field Detail

      • CUSTOM_VIEW

        const Number CUSTOM_VIEW
        Custom view.
      • DEFINED_NAME

        const Number DEFINED_NAME
        Defined name.
      • CHANGE_CELLS

        const Number CHANGE_CELLS
        Cells change.
      • AUTO_FORMAT

        const Number AUTO_FORMAT
        Auto format.
      • MERGE_CONFLICT

        const Number MERGE_CONFLICT
        Merge conflict.
      • COMMENT

        const Number COMMENT
        Comment.
      • FORMAT

        const Number FORMAT
        Format.
      • INSERT_SHEET

        const Number INSERT_SHEET
        Insert worksheet.
      • MOVE_CELLS

        const Number MOVE_CELLS
        Move cells.
      • UNDO

        const Number UNDO
        Undo.
      • QUERY_TABLE

        const Number QUERY_TABLE
        Query table.
      • INSERT_DELETE

        const Number INSERT_DELETE
        Inserting or deleting.
      • RENAME_SHEET

        const Number RENAME_SHEET
        Rename worksheet.
      • UNKNOWN

        const Number UNKNOWN
        Unknown.