Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace / ISelector Interface / ItemsSourceRange Property
In This Topic
    ItemsSourceRange Property
    In This Topic
    Represents the items source of this control. This property can't be used if items were added to Items.
    Syntax
    IRange ItemsSourceRange {get; set;}
    Remarks
    This property doesn't handle #REF! errors. #REF! will be treated as an empty collection.
    See Also