AGI AgSearch 11 Send comments on this topic.
SetCellString Method (IAgPluginSearchStatusGrid)
See Also 
Row
Col
Text





Description

Sets a string in a cell.

Syntax

[Visual Basic .NET]
Public Sub SetCellString( _
   ByVal Row As Integer, _
   ByVal Col As Integer, _
   ByVal Text As String _
) 

[C#]
public void SetCellString(
int Row,
int Col,
string Text
);

[Managed C++]
public: void SetCellString(
int Row,
int Col,
String __gc ^ Text
);

[Java]
public  setCellString(
ppInteger Row,
ppInteger Col,
String Text
);

[Unmanaged C++]
public: HRESULT SetCellString(
int Row,
int Col,
BSTR Text
);

Parameters

Row
Col
Text

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1