Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetDesignerSetting Method


In This Topic
    GetDesignerSetting Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDesignerSetting( _
       ByVal category As String, _
       ByVal key As String, _
       ByVal defaultIfNotFound As Object _
    ) As Object
    'Usage
     
    
    Dim instance As FpSpread
    Dim category As String
    Dim key As String
    Dim defaultIfNotFound As Object
    Dim value As Object
     
    value = instance.GetDesignerSetting(category, key, defaultIfNotFound)
    public object GetDesignerSetting( 
       string category,
       string key,
       object defaultIfNotFound
    )

    Parameters

    category
    key
    defaultIfNotFound
    See Also