VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentEditor Class / FindSheetByName(String) Method
Syntax Requirements SeeAlso
In This Topic
    FindSheetByName(String) Method (XlsxDocumentEditor)
    In This Topic
    Finds the sheet by name.
    Syntax
    'Declaration
    
    Public Function FindSheetByName( _
    ByVal name
    The sheet name.
    As System.String _
    ) As XlsxDocumentSheet
    public XlsxDocumentSheet FindSheetByName(
    System.String name
    )
    public: XlsxDocumentSheet* FindSheetByName(
    System.String name
    )
    public:
    XlsxDocumentSheet^ FindSheetByName(
    System.String name
    )

    Parameters

    name
    The sheet name.

    Return Value

    The sheet if sheet is found; otherwise, 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