SpreadsheetGear 2010
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;}

Property 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

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2003-2010 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.