IStorageView.GetCellDataAsString(Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ GetCellDataAsString(long iRow, int iCol);
public string GetCellDataAsString (long iRow, int iCol);
abstract member GetCellDataAsString : int64 * int -> string
Public Function GetCellDataAsString (iRow As Long, iCol As Integer) As String
Parameters
- iRow
- Int64
- iCol
- Int32