Range.AddComment(Object) Method

Definition

Adds a comment to the range.

public Microsoft.Office.Interop.Excel.Comment AddComment (object Text);
Public Function AddComment (Optional Text As Object) As Comment

Parameters

Text
Object

Optional Object. The comment text.

Returns

Applies to