Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Remove(
	Comment comment
)
Public Sub Remove ( 
	comment As Comment
)
public:
void Remove(
	Comment^ comment
)
member Remove : 
        comment : Comment -> unit 

Parameters

comment
Comment

See Also