CommentFormat
CommentId Property
|
Gets or sets the id of the comment.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int CommentId { get; set; }
Public Property CommentId As Integer
Get
Set
public:
property int CommentId {
int get ();
void set (int value);
}
member CommentId : int with get, set
Property Value
Type:
Int32
The comment id.
See Also