Removes the current comment from the worksheet's comments collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public:
virtual void Remove() sealed
 
abstract Remove : unit -> unit 
override Remove : unit -> unit 
 
 
 
Implements
IShape
Remove
 
See Also