Appends the comment mark.

Namespace: Spire.Doc.Documents
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 AppendCommentMark(
	CommentMarkType type
)
Public Function AppendCommentMark ( 
	type As CommentMarkType
) As CommentMark
public:
CommentMark^ AppendCommentMark(
	CommentMarkType type
)
member AppendCommentMark : 
        type : CommentMarkType -> CommentMark 

Parameters

type
CommentMarkType
The type.

Return Value

CommentMark
Returns CommentMark.

See Also