GridCommentCollection.Add

Add(int, int)

Adds a comment to the collection.

public int Add(int row, int column)
ParameterTypeDescription
rowInt32Cell row index.
columnInt32Cell column index.

Return Value

GridComment object index.

See Also


Add(string)

Adds a comment to the collection.

public int Add(string cellName)
ParameterTypeDescription
cellNameStringCell name.

Return Value

GridComment object index.

See Also