aspose.cells

Class RevisionActionType

Utility class containing constants. Represents the type of revision action.

Field Summary
const  NumberADD
Add revision.
const  NumberDELETE
Delete revision.
const  NumberDELETE_COLUMN
Column delete revision.
const  NumberDELETE_ROW
Row delete revision.
const  NumberINSERT_COLUMN
Column insert revision.
const  NumberINSERT_ROW
Row insert revision.
 

    • Field Detail

      • ADD

        const Number ADD
        Add revision.
      • DELETE

        const Number DELETE
        Delete revision.
      • DELETE_COLUMN

        const Number DELETE_COLUMN
        Column delete revision.
      • DELETE_ROW

        const Number DELETE_ROW
        Row delete revision.
      • INSERT_COLUMN

        const Number INSERT_COLUMN
        Column insert revision.
      • INSERT_ROW

        const Number INSERT_ROW
        Row insert revision.