'Declaration Public Function New( _
ByVal topLeftColumnIndexIndex of the top-left column.As System.Int32, _
ByVal topLeftRowIndexIndex of the top-left row.As System.Int32, _
ByVal bottomRightColumnIndexIndex of the bottom-right column.As System.Int32, _
ByVal bottomRightRowIndexIndex of the bottom-right row.As System.Int32 _
)
public CellReferences(
System.Int32 topLeftColumnIndex,
System.Int32 topLeftRowIndex,
System.Int32 bottomRightColumnIndex,
System.Int32 bottomRightRowIndex
)
public: CellReferences(
System.Int32 topLeftColumnIndex,
System.Int32 topLeftRowIndex,
System.Int32 bottomRightColumnIndex,
System.Int32 bottomRightRowIndex
)
public:
CellReferences(
System.Int32 topLeftColumnIndex,
System.Int32 topLeftRowIndex,
System.Int32 bottomRightColumnIndex,
System.Int32 bottomRightRowIndex
)
Parameters
- topLeftColumnIndex
- Index of the top-left column.
- topLeftRowIndex
- Index of the top-left row.
- bottomRightColumnIndex
- Index of the bottom-right column.
- bottomRightRowIndex
- Index of the bottom-right row.