Gets the begining mark of the comment.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CommentMark CommentMarkStart { get; }
Public ReadOnly Property CommentMarkStart As CommentMark
	Get
public:
property CommentMark^ CommentMarkStart {
	CommentMark^ get ();
}
member CommentMarkStart : CommentMark with get

Property Value

CommentMark
The commentMark of start.

See Also