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