STK AgSearchSend comments on this topic.
SetCellValue Method (IAgPluginSearchStatusGrid)
See Also
Row
Col
Value
Dimension
NumDigits
Windows





Windows & Linux

Description

Sets a number in a cell. Uses scenario units.

Syntax

[Visual Basic .NET]
Public Sub SetCellValue( _
    ByVal Row As Integer, _
    ByVal Col As Integer, _
    ByVal Value As Double, _
    ByVal Dimension As String, _
    ByVal NumDigits As Integer _
)
[C#]
public void SetCellValue(
    int Row,
    int Col,
    double Value,
    string Dimension,
    int NumDigits
);
[Managed C++]
public: void SetCellValue(
    int Row,
    int Col,
    double Value,
    String __gc ^ Dimension,
    int NumDigits
);
[Unmanaged C++]
public: HRESULT SetCellValue(
    int Row,
    int Col,
    double Value,
    BSTR Dimension,
    int NumDigits
);
[Java]
public void setCellValue(
    Integer Row,
    Integer Col,
    double Value,
    String Dimension,
    Integer NumDigits
);

Parameters

Row
Col
Value
Dimension
NumDigits

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.