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