Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int ImportCustomObjects(
	ICollection list,
	int firstRow,
	int firstColumn,
	ImportObjectOptions options
)
Public Function ImportCustomObjects ( 
	list As ICollection,
	firstRow As Integer,
	firstColumn As Integer,
	options As ImportObjectOptions
) As Integer
public:
int ImportCustomObjects(
	ICollection^ list, 
	int firstRow, 
	int firstColumn, 
	ImportObjectOptions^ options
)
member ImportCustomObjects : 
        list : ICollection * 
        firstRow : int * 
        firstColumn : int * 
        options : ImportObjectOptions -> int 

Parameters

list
ICollection
firstRow
Int32
firstColumn
Int32
options
ImportObjectOptions

Return Value

Int32

See Also