GridCell.CreateComment

GridCell.CreateComment method

Creates a comment object for a cell.

public GridComment CreateComment(string note, string author, bool isvisible)
ParameterTypeDescription
noteStringcomment note.
authorStringcomment author.
isvisibleBooleanwhether the comment is visible.

Return Value

GridComment object

See Also