asposecells.api

Class CommentTitleType

Utility class containing constants. Represents comment title type while rendering when comment is set to display at end of sheet.

Field Summary
const  intCELL
Represents comment title cell.
const  intCOMMENT
Represents comment title comment.
const  intNOTE
Represents comment title note.
const  intREPLY
Represents comment title reply.
 

    • Field Detail

      • CELL

        const int CELL
        Represents comment title cell.
      • COMMENT

        const int COMMENT
        Represents comment title comment.
      • NOTE

        const int NOTE
        Represents comment title note.
      • REPLY

        const int REPLY
        Represents comment title reply.