Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / GetProperties Method


In This Topic
GetProperties Method (DataManagerBase)
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetProperties( _
   ByVal type As Type, _
   ByVal collection As Boolean _
) As PropertyDescriptorCollection
 
'Usage
 
Dim instance As DataManagerBase
Dim type As Type
Dim collection As Boolean
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(type, collection)

Parameters

type
collection
See Also