Get the column text.
[Visual Basic .NET] Public Function GetText ( _ ByVal propIndex As Integer, _ ByVal columnIndex As Integer _ ) As String
[C#] public string GetText ( int propIndex, int columnIndex );
[C++]
HRESULT GetText(
long propIndex,
long columnIndex,
BSTR* text
);
[C++]Parameters
propIndex [in] propIndex is a parameter of type long columnIndex [in] columnIndex is a parameter of type long text [out, retval] text is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.