[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICommentThreaded.Text

Text Method

Text(string, int, bool?)

Sets threaded comment text.

Declaration
string Text(string text = null, int start = -1, bool? overwrite = null)
Function Text(Optional text As String = Nothing, Optional start As Integer = -1, Optional overwrite As Boolean? = Nothing) As String
Parameters
Type Name Description
string text

The text to be added.

int start

The character number where the added text will be placed.

bool? overwrite

false to insert the text.

Returns
Type Description
string

A threaded comment text.