FormatKey Property (XlsExportProvider)
In This Topic
Gets the format key, which is an arbitrary string that should uniquely identify the current export provider/format. The default implementation returns the current
ExportProvider's type name.
Syntax
'Declaration
Public Overridable ReadOnly Property FormatKey As String
public virtual string FormatKey {get;}
See Also