[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ErasSectionHandler.Create

Create Method

Create(object, object, XmlNode)

Returns a collection of configuration section values.

Declaration
public object Create(object parent, object configContext, XmlNode section)
Public Function Create(parent As Object, configContext As Object, section As XmlNode) As Object
Parameters
Type Name Description
object parent

The configuration settings in a corresponding parent configuration section.

object configContext

An HttpConfigurationContext when called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference.

XmlNode section

An XmlNode that contains configuration information from the configuration file. Provides direct access to the XML contents of the configuration section.

Returns
Type Description
object

A Hashtable containing configuration section directives.

Implements