StorageViewBase.GetCellData(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:
abstract System::Object ^ GetCellData(long i64Row, int iCol);
public abstract object GetCellData (long i64Row, int iCol);
abstract member GetCellData : int64 * int -> obj
Public MustOverride Function GetCellData (i64Row As Long, iCol As Integer) As Object
Parameters
- i64Row
- Int64
- iCol
- Int32