Click or drag to resize
ExcelXmlWriterWriteSurrogateCharEntity Method

[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override void WriteSurrogateCharEntity(
	char lowChar,
	char highChar
)

Parameters

lowChar
Type: SystemChar

[Missing <param name="lowChar"/> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

highChar
Type: SystemChar

[Missing <param name="highChar"/> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]

See Also