VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / TryExpand(CellReferences,CellReference,CellReferences) Method
Syntax Requirements SeeAlso
In This Topic
    TryExpand(CellReferences,CellReference,CellReferences) Method (CellReferences)
    In This Topic
    Tries the expand the cell references.
    Syntax
    'Declaration
    
    Public Shared Function TryExpand( _
    ByVal cellReferences
    The cell references.
    As CellReferences, _
    ByVal reference
    The reference to expand.
    As CellReference, _
    ByRef expandedCellReferences
    The expanded cell references.
    As CellReferences _
    ) As Boolean

    Parameters

    cellReferences
    The cell references.
    reference
    The reference to expand.
    expandedCellReferences
    The expanded cell references.

    Return Value

    True if the cell references are expanded; otherwise, false.
    Requirements

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

    See Also