asposecells.api

Class RevisionActionType

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

Field Summary
const  intADD
Add revision.
const  intDELETE
Delete revision.
const  intDELETE_COLUMN
Column delete revision.
const  intDELETE_ROW
Row delete revision.
const  intINSERT_COLUMN
Column insert revision.
const  intINSERT_ROW
Row insert revision.
 

    • Field Detail

      • ADD

        const int ADD
        Add revision.
      • DELETE

        const int DELETE
        Delete revision.
      • DELETE_COLUMN

        const int DELETE_COLUMN
        Column delete revision.
      • DELETE_ROW

        const int DELETE_ROW
        Row delete revision.
      • INSERT_COLUMN

        const int INSERT_COLUMN
        Column insert revision.
      • INSERT_ROW

        const int INSERT_ROW
        Row insert revision.