Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / WorkbookReference Class / FromName Method
The name of the workbook. It can be different from file name.
In This Topic
    FromName Method
    In This Topic
    Creates a workbook reference from workbook name.
    Syntax
    public static WorkbookReference FromName( 
       System.string name
    )

    Parameters

    name
    The name of the workbook. It can be different from file name.
    See Also