GetDesignerSetting Method
'Declaration
Public Function GetDesignerSetting( _
ByVal As String, _
ByVal As String, _
ByVal 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)
Parameters
- category
- key
- defaultIfNotFound