VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / SetDrawingName(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetDrawingName(String) Method (SpreadsheetVisualEditor)
    In This Topic
    Sets the name for the focused drawing object.
    Syntax
    'Declaration
    
    Public Sub SetDrawingName( _
    ByVal name
    The name for drawing object.
    As System.String _
    )
    public void SetDrawingName(
    System.String name
    )
    public: void SetDrawingName(
    System.String name
    )
    public:
    void SetDrawingName(
    System.String name
    )

    Parameters

    name
    The name for drawing object.
    Exceptions
    ExceptionDescription
    Thrown if name is null or empty.
    Thrown if FocusedDrawing is null.
    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