STK AgSearchSend comments on this topic.
SetCellString Method (IAgPluginSearchStatusGrid)
See Also
Row
Col
Text
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SetCellString(
    int Row,
    int Col,
    BSTR Text
);
[Java]
public void setCellString(
    Integer Row,
    Integer Col,
    String Text
);

Parameters

Row
Col
Text

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.