Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetViewCollection Class / ClearInnerListOnly Property


In This Topic
    ClearInnerListOnly Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ClearInnerListOnly As Boolean
    'Usage
     
    
    Dim instance As SheetViewCollection
    Dim value As Boolean
     
    instance.ClearInnerListOnly = value
     
    value = instance.ClearInnerListOnly
    public bool ClearInnerListOnly {get; set;}
    See Also