Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / CreateComposeSheetInfo Method


In This Topic
    CreateComposeSheetInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub CreateComposeSheetInfo( _
       ByVal sheetView As Object _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetView As Object
     
    instance.CreateComposeSheetInfo(sheetView)
    void CreateComposeSheetInfo( 
       object sheetView
    )

    Parameters

    sheetView
    See Also