[]
        
(Showing Draft Content)

FarPoint.Web.Spread.RowEditTemplateContainer.GetText

GetText Method

GetText(int)

Gets the text of the specified column (by index).

Declaration
public string GetText(int index)
Public Function GetText(index As Integer) As String
Parameters
Type Name Description
int index

Column index

Returns
Type Description
string

GetText(string)

Gets the text of the specified column (by name).

Declaration
public string GetText(string name)
Public Function GetText(name As String) As String
Parameters
Type Name Description
string name

Column name

Returns
Type Description
string