ASP.NET MVC Controls
AddUnboundSheet(String,Int32,Int32) Method

The sheet name
The number of rows in the sheet.
The number of columns in the sheet.
Add an unbound sheet. It will be put after the loaded Workbook or xlsx file.
Syntax
'Declaration
 
Public Overloads Function AddUnboundSheet( _
   Optional ByVal name As String, _
   Optional ByVal rowCount As Integer, _
   Optional ByVal columnCount As Integer _
) As FlexSheetBuilder
public FlexSheetBuilder AddUnboundSheet( 
   string name,
   int rowCount,
   int columnCount
)

Parameters

name
The sheet name
rowCount
The number of rows in the sheet.
columnCount
The number of columns in the sheet.

Return Value

Current FlexSheet builder
Requirements

Target Platforms: 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

Reference

FlexSheetBuilder Class
FlexSheetBuilder Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback