VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / Parse(String) Method
Syntax Requirements SeeAlso
In This Topic
    Parse(String) Method (CellReferences)
    In This Topic
    Parses the cell references from the specified string in A1 or R1C1 format.
    Syntax
    'Declaration
    
    Public Shared Function Parse( _
    ByVal str
    The string in A1 or R1C1 format.
    As System.String _
    ) As CellReferences
    public static CellReferences Parse(
    System.String str
    )
    public: static CellReferences* Parse(
    System.String str
    )
    public:
    static CellReferences^ Parse(
    System.String str
    )

    Parameters

    str
    The string in A1 or R1C1 format.

    Return Value

    The cell references.
    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