| IContentFilterFactoryCreate Method |
Creates the content filter for the specified content.
Namespace:
DataGridExtensions
Assembly:
DataGridExtensions (in DataGridExtensions.dll)
Syntax IContentFilter Create(
Object content
)
Function Create (
content As Object
) As IContentFilter
Parameters
- content
- Type: SystemObject
The content to create the filter for.
Return Value
Type:
IContentFilterThe new filter.
See Also