Class Excel2010Serializator
Class used for Excel 2007 Serialization.
Implements
System.IDisposable
  Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class Excel2010Serializator : Excel2007Serializator, IDisposableConstructors
Excel2010Serializator(WorkbookImpl)
Represents Excel2010Serializator for workbook
Declaration
public Excel2010Serializator(WorkbookImpl book)Parameters
| Type | Name | Description | 
|---|---|---|
| WorkbookImpl | book | 
Fields
DataBarExtUri
Uri for data bar ext properties
Declaration
public const string DataBarExtUri = "{78C0D931-6437-407d-A8EE-F0AAD7539E65}"Field Value
| Type | 
|---|
| System.String | 
DataBarUri
Uri for data bar properties
Declaration
public const string DataBarUri = "{B025F937-C7B1-47D3-B67F-A62EFF666E3E}"Field Value
| Type | 
|---|
| System.String | 
Properties
Version
Gets version that is supported by this serializator.
Declaration
public override ExcelVersion Version { get; }Property Value
| Type | 
|---|
| ExcelVersion | 
Overrides
Methods
SerializeAppVersion(XmlWriter)
Serialize App version
Declaration
protected override void SerializeAppVersion(XmlWriter writer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | 
Overrides
SerializeConditionalFormattings(XmlWriter, WorksheetImpl)
Serializes conditional formattings.
Declaration
public void SerializeConditionalFormattings(XmlWriter writer, WorksheetImpl sheet)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | The writer. | 
| WorksheetImpl | sheet | The sheet. | 
SerializeConditionValueObject(XmlWriter, IConditionValue, Boolean)
Serializes conditional value object.
Declaration
public void SerializeConditionValueObject(XmlWriter writer, IConditionValue conditionValue, bool isIconSet)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | XmlWriter to serialize into. | 
| IConditionValue | conditionValue | Object to serialize. | 
| System.Boolean | isIconSet | 
SerializeConditionValueObject(XmlWriter, IConditionValue, Boolean, Boolean)
Serializes conditional value object.
Declaration
public void SerializeConditionValueObject(XmlWriter writer, IConditionValue conditionValue, bool isIconSet, bool isMinPoint)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | XmlWriter to serialize into. | 
| IConditionValue | conditionValue | Object to serialize. | 
| System.Boolean | isIconSet | whether it is iconset conditional format | 
| System.Boolean | isMinPoint | whether the conditional format value is min point | 
SerializeRgbColor(XmlWriter, String, ColorObject)
Serializes rgb color value.
Declaration
public void SerializeRgbColor(XmlWriter writer, string tagName, ColorObject color)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | XmlWriter to serialize into. | 
| System.String | tagName | Xml tag name to use for color serialization. | 
| ColorObject | color | Color to serialize. | 
SerializeSparklineGroups(XmlWriter, WorksheetImpl)
Serializes the sparkline groups.
Declaration
public void SerializeSparklineGroups(XmlWriter writer, WorksheetImpl sheet)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | The writer. | 
| WorksheetImpl | sheet | The sheet. | 
SerilaizeExtensions(XmlWriter, WorksheetImpl)
Serialize Extensions
Declaration
protected override void SerilaizeExtensions(XmlWriter writer, WorksheetImpl sheet)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Xml.XmlWriter | writer | |
| WorksheetImpl | sheet | 
Overrides
Implements
      System.IDisposable