VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / CellReferences Constructors / CellReferences Constructor(Int32,Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
CellReferences Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of the CellReferences class.
Syntax
'Declaration

Public Function New( _
ByVal topLeftColumnIndex
Index of the top-left column.
As System.Int32, _
ByVal topLeftRowIndex
Index of the top-left row.
As System.Int32, _
ByVal bottomRightColumnIndex
Index of the bottom-right column.
As System.Int32, _
ByVal bottomRightRowIndex
Index of the bottom-right row.
As System.Int32 _
)
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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also