Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Workbook Class / Create Method / Create(Stream,String) Method


In This Topic
    Create(Stream,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal stream As Stream, _
       Optional ByVal name As String _
    ) As Workbook
    'Usage
     
    
    Dim stream As Stream
    Dim name As String
    Dim value As Workbook
     
    value = Workbook.Create(stream, name)
    public static Workbook Create( 
       Stream stream,
       string name
    )

    Parameters

    stream
    name
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also