Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / HeaderEditForm Class / SetPropertiesBrowsable Method


In This Topic
    SetPropertiesBrowsable Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetPropertiesBrowsable( _
       ByVal newValue As Boolean, _
       ByVal selectedObject As Cell, _
       ByVal properties As List(Of String) _
    ) 
    'Usage
     
    
    Dim instance As HeaderEditForm
    Dim newValue As Boolean
    Dim selectedObject As Cell
    Dim properties As List(Of String)
     
    instance.SetPropertiesBrowsable(newValue, selectedObject, properties)
    public void SetPropertiesBrowsable( 
       bool newValue,
       Cell selectedObject,
       List<string> properties
    )

    Parameters

    newValue
    selectedObject
    properties
    See Also