Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

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

Parameters

comment
ExcelComment

See Also