Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedEnumerationSupport7 Interface / ExcludeContents Property


In This Topic
    ExcludeContents Property
    In This Topic
    Gets or sets the contents to exclude.
    Syntax
    'Declaration
     
    
    Property ExcludeContents As ExcludeContents
    'Usage
     
    
    Dim instance As IOptimizedEnumerationSupport7
    Dim value As ExcludeContents
     
    instance.ExcludeContents = value
     
    value = instance.ExcludeContents
    ExcludeContents ExcludeContents {get; set;}

    Property Value

    The excluded contents.
    See Also