VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReferences Class / CreateFixedReferences Methods / CreateFixedReferences(CellReferences,String,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFixedReferences(CellReferences,String,Boolean,Boolean) Method (CellReferences)
    In This Topic
    Creates fixed cell references.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateFixedReferences( _
    ByVal sheetName
    The sheet name.
    As CellReferences, _
    ByVal cellReferences
    The cell references.
    As System.String, _
    ByVal fixedColumns
    A value indicating whether columns is fixed.
    As Boolean, _
    ByVal fixedRows
    A value indicating whether rows is fixed.
    As Boolean _
    ) As CellReferences
    public static CellReferences CreateFixedReferences(
    CellReferences sheetName,
    System.String cellReferences,
    bool fixedColumns,
    bool fixedRows
    )
    public: static CellReferences* CreateFixedReferences(
    CellReferences* sheetName,
    System.String cellReferences,
    bool fixedColumns,
    bool fixedRows
    )
    public:
    static CellReferences^ CreateFixedReferences(
    CellReferences^ sheetName,
    System.String cellReferences,
    bool fixedColumns,
    bool fixedRows
    )

    Parameters

    sheetName
    The sheet name.
    cellReferences
    The cell references.
    fixedColumns
    A value indicating whether columns is fixed.
    fixedRows
    A value indicating whether rows is fixed.

    Return Value

    The fixed 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