VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / SetFocusedAndSelectedCells Methods / SetFocusedAndSelectedCells(String) Method
Syntax Requirements SeeAlso
In This Topic
    SetFocusedAndSelectedCells(String) Method (SpreadsheetVisualEditor)
    In This Topic
    Sets FocusedWorksheet, SelectedCells and FocusedCells to the specified value.
    Syntax
    'Declaration
    
    Public Overloads Function SetFocusedAndSelectedCells( _
    ByVal name
    The cell references in A1 format or defined name.
    As System.String _
    ) As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences
    public Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences SetFocusedAndSelectedCells(
    System.String name
    )
    public: Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* SetFocusedAndSelectedCells(
    System.String name
    )
    public:
    Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ SetFocusedAndSelectedCells(
    System.String name
    )

    Parameters

    name
    The cell references in A1 format or defined name.

    Return Value

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