Gets the string by its index.
[Visual Basic]
Public Function GetValueAt( _
ByVal index As Integer _
) As String
[C#]
public string GetValueAt(
int index
);
[Delphi]
public function GetValueAt(
index: Int32
): String;
See Also
UIStrings Class | UIStrings Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |