SpreadsheetGear
CustomLists Property
See Also  Send Feedback
SpreadsheetGear Namespace > IWorkbookSet Interface : CustomLists Property

Gets or sets the custom lists used by IRange.AutoFill and IRange.DataSeries (null by default).

Syntax

Visual Basic (Declaration) 
Property CustomLists As IList
C# 
IList CustomLists {get; set;}

Return Value

Returns the currently set custom lists which are null by default.

Remarks

The IRange.AutoFill and IRange.DataSeries methods support built-in lists consisting of long and short day and month names in the culture of the workbook set. These built-in custom lists may not be modified.

In addition, custom lists may be specified for the workbook set with this CustomLists property. This can be a single list such as an array of strings or it can be a list of lists to specify more than one custom list.

Requirements

Platforms: Windows 2000, Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008. SpreadsheetGear 2009 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

See Also

Copyright © 2003-2009 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.