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,
	string[] propertyNames,
	bool isPropertyNameShown,
	int firstRow,
	int firstColumn,
	int rowNumber,
	bool insertRows,
	string dateFormatString,
	bool convertStringToNumber
)
Public Function ImportCustomObjects ( 
	list As ICollection,
	propertyNames As String(),
	isPropertyNameShown As Boolean,
	firstRow As Integer,
	firstColumn As Integer,
	rowNumber As Integer,
	insertRows As Boolean,
	dateFormatString As String,
	convertStringToNumber As Boolean
) As Integer
public:
int ImportCustomObjects(
	ICollection^ list, 
	array<String^>^ propertyNames, 
	bool isPropertyNameShown, 
	int firstRow, 
	int firstColumn, 
	int rowNumber, 
	bool insertRows, 
	String^ dateFormatString, 
	bool convertStringToNumber
)
member ImportCustomObjects : 
        list : ICollection * 
        propertyNames : string[] * 
        isPropertyNameShown : bool * 
        firstRow : int * 
        firstColumn : int * 
        rowNumber : int * 
        insertRows : bool * 
        dateFormatString : string * 
        convertStringToNumber : bool -> int 

Parameters

list
ICollection
propertyNames
array<String>[]()[][]
isPropertyNameShown
Boolean
firstRow
Int32
firstColumn
Int32
rowNumber
Int32
insertRows
Boolean
dateFormatString
String
convertStringToNumber
Boolean

Return Value

Int32

See Also