| ExcelXmlWriter Methods |
The ExcelXmlWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Close | (Overrides XmlWriterClose.) | |
| Dispose | ||
| Dispose(Boolean) | Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources. (Inherited from XmlWriter.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Flush | (Overrides XmlWriterFlush.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| LookupPrefix | (Overrides XmlWriterLookupPrefix(String).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteAttributes | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader. (Inherited from XmlWriter.) | |
| WriteAttributeString(String, String) | When overridden in a derived class, writes out the attribute with the specified local name and value. (Inherited from XmlWriter.) | |
| WriteAttributeString(String, String, String) | When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
| WriteAttributeString(String, String, String, String) | When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value. (Inherited from XmlWriter.) | |
| WriteBase64 | (Overrides XmlWriterWriteBase64(Byte, Int32, Int32).) | |
| WriteBinHex | When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text. (Inherited from XmlWriter.) | |
| WriteCData | (Overrides XmlWriterWriteCData(String).) | |
| WriteCharEntity | (Overrides XmlWriterWriteCharEntity(Char).) | |
| WriteChars | (Overrides XmlWriterWriteChars(Char, Int32, Int32).) | |
| WriteComment | (Overrides XmlWriterWriteComment(String).) | |
| WriteDocType | (Overrides XmlWriterWriteDocType(String, String, String, String).) | |
| WriteElementString(String, String) | When overridden in a derived class, writes an element with the specified local name and value. (Inherited from XmlWriter.) | |
| WriteElementString(String, String, String) | When overridden in a derived class, writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
| WriteElementString(String, String, String, String) | Writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) | |
| WriteEndAttribute | (Overrides XmlWriterWriteEndAttribute.) | |
| WriteEndDocument | (Overrides XmlWriterWriteEndDocument.) | |
| WriteEndElement | (Overrides XmlWriterWriteEndElement.) | |
| WriteEntityRef | (Overrides XmlWriterWriteEntityRef(String).) | |
| WriteFullEndElement | (Overrides XmlWriterWriteFullEndElement.) | |
| WriteName | When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) | |
| WriteNmToken | When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) | |
| WriteNode(XmlReader, Boolean) | When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling. (Inherited from XmlWriter.) | |
| WriteNode(XPathNavigator, Boolean) | Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged. (Inherited from XmlWriter.) | |
| WriteProcessingInstruction | (Overrides XmlWriterWriteProcessingInstruction(String, String).) | |
| WriteQualifiedName | When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. (Inherited from XmlWriter.) | |
| WriteRaw(String) | (Overrides XmlWriterWriteRaw(String).) | |
| WriteRaw(Char, Int32, Int32) | (Overrides XmlWriterWriteRaw(Char, Int32, Int32).) | |
| WriteStartAttribute(String) | Writes the start of an attribute with the specified local name. (Inherited from XmlWriter.) | |
| WriteStartAttribute(String, String) | Writes the start of an attribute with the specified local name and namespace URI. (Inherited from XmlWriter.) | |
| WriteStartAttribute(String, String, String) | (Overrides XmlWriterWriteStartAttribute(String, String, String).) | |
| WriteStartDocument | (Overrides XmlWriterWriteStartDocument.) | |
| WriteStartDocument(Boolean) | (Overrides XmlWriterWriteStartDocument(Boolean).) | |
| WriteStartElement(String) | When overridden in a derived class, writes out a start tag with the specified local name. (Inherited from XmlWriter.) | |
| WriteStartElement(String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace. (Inherited from XmlWriter.) | |
| WriteStartElement(String, String, String) | (Overrides XmlWriterWriteStartElement(String, String, String).) | |
| WriteString | (Overrides XmlWriterWriteString(String).) | |
| WriteSurrogateCharEntity | (Overrides XmlWriterWriteSurrogateCharEntity(Char, Char).) | |
| WriteValue(Object) | Writes the object value. (Inherited from XmlWriter.) | |
| WriteValue(String) | Writes a String value. (Inherited from XmlWriter.) | |
| WriteValue(Boolean) | Writes a Boolean value. (Inherited from XmlWriter.) | |
| WriteValue(DateTime) | Writes a DateTime value. (Inherited from XmlWriter.) | |
| WriteValue(Double) | Writes a Double value. (Inherited from XmlWriter.) | |
| WriteValue(Single) | Writes a single-precision floating-point number. (Inherited from XmlWriter.) | |
| WriteValue(Decimal) | Writes a Decimal value. (Inherited from XmlWriter.) | |
| WriteValue(Int32) | Writes a Int32 value. (Inherited from XmlWriter.) | |
| WriteValue(Int64) | Writes a Int64 value. (Inherited from XmlWriter.) | |
| WriteWhitespace | (Overrides XmlWriterWriteWhitespace(String).) |