'Declaration
Public Overloads Shared Function FromCells( _ ByVal worksheet As Worksheet, _ ByVal startCellAddress As String, _ ByVal endCellAddress As String _ ) As CategoryData
'Usage
Dim worksheet As Worksheet Dim startCellAddress As String Dim endCellAddress As String Dim value As CategoryData value = CategoryData.FromCells(worksheet, startCellAddress, endCellAddress)
public static CategoryData FromCells( Worksheet worksheet, string startCellAddress, string endCellAddress )
Parameters
- worksheet
The Worksheet containing the range of Cell addresses.
Note that this Worksheet must exist.
- startCellAddress
The address of the first Cell in the CellRange.
This must be a valid Cell address.
- endCellAddress
The address of the last Cell in the CellRange.
This must be a valied Cell address.