Description
This class encapsulates the column and row values that define the location of a table cell.
C#
public struct CellReference { }
Visual Basic
Public Structure CellReference End Structure
This class encapsulates the column and row values that define the location of a table cell.
public struct CellReference { }
Public Structure CellReference End Structure