'Declaration Public Function New( _
ByVal topLeftThe top-left cell reference.As CellReference, _
ByVal columnCountThe column count.As System.Int32, _
ByVal rowCountThe row count.As System.Int32 _
)
public CellReferences(
CellReference topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
public: CellReferences(
CellReference* topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
public:
CellReferences(
CellReference^ topLeft,
System.Int32 columnCount,
System.Int32 rowCount
)
Parameters
- topLeft
- The top-left cell reference.
- columnCount
- The column count.
- rowCount
- The row count.