Class TemplateMarkerAttributes
This class represents the marker attributes.
Inheritance
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class TemplateMarkerAttributes : Attribute
Constructors
TemplateMarkerAttributes(Boolean)
Initializes a new instance of the TemplateMarkerAttributes class with specified exclude option.
Declaration
public TemplateMarkerAttributes(bool exclude)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | exclude | if set to |
TemplateMarkerAttributes(Boolean, String)
Initializes a new instance of the TemplateMarkerAttributes class with specified exclude option and number format value.
Declaration
public TemplateMarkerAttributes(bool exclude, string numberFormat)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | exclude | Indicates whether to exclude the property. |
System.String | numberFormat | The number format. |
TemplateMarkerAttributes(Boolean, String, String)
Initializes a new instance of the TemplateMarkerAttributes class with specified exclude option, header name and number format values.
Declaration
public TemplateMarkerAttributes(bool exclude, string headerName, string numberFormat)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | exclude | Indicates whether to exclude the property. |
System.String | headerName | Name of the header. |
System.String | numberFormat | The number format of the property. |
TemplateMarkerAttributes(String)
Initializes a new instance of the TemplateMarkerAttributes class.
Declaration
public TemplateMarkerAttributes(string headerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerName | Name of the header. |
TemplateMarkerAttributes(String, String)
Initializes a new instance of the TemplateMarkerAttributes class with specified header name and number format values.
Declaration
public TemplateMarkerAttributes(string headerName, string numberFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | headerName | Name of the header. |
System.String | numberFormat | The number format of the property. |
Properties
Exclude
Indicates whether to exclude the property or not.
Declaration
public bool Exclude { get; }
Property Value
Type |
---|
System.Boolean |
HeaderName
Represents the header Names of the Property.
Declaration
public string HeaderName { get; }
Property Value
Type |
---|
System.String |
NumberFormat
Represents the number format of the property.
Declaration
public string NumberFormat { get; }
Property Value
Type |
---|
System.String |