AGI AgSearch 11 Send comments on this topic.
SetCellValue Method (IAgPluginSearchStatusGrid)
See Also 
Row
Col
Value
Dimension
NumDigits





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
);

[Java]
public  setCellValue(
ppInteger Row,
ppInteger Col,
double Value,
String Dimension,
ppInteger NumDigits
);

[Unmanaged C++]
public: HRESULT SetCellValue(
int Row,
int Col,
double Value,
BSTR Dimension,
int NumDigits
);

Parameters

Row
Col
Value
Dimension
NumDigits

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1