'Declaration Public Function New( _
ByVal topLeftColumnIndexИндекс верхнего левого столбца.As System.Int32, _
ByVal topLeftRowIndexИндекс верхней левой строки.As System.Int32, _
ByVal bottomRightColumnIndexИндекс нижнего правого столбца.As System.Int32, _
ByVal bottomRightRowIndexИндекс правой нижней строки.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
- Индекс верхнего левого столбца.
- topLeftRowIndex
- Индекс верхней левой строки.
- bottomRightColumnIndex
- Индекс нижнего правого столбца.
- bottomRightRowIndex
- Индекс правой нижней строки.