| ExcelXmlWriterWriteSurrogateCharEntity Method |
[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteSurrogateCharEntity(System.Char,System.Char)"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override void WriteSurrogateCharEntity(
char lowChar,
char highChar
)
Public Overrides Sub WriteSurrogateCharEntity (
lowChar As Char,
highChar As Char
)
public:
virtual void WriteSurrogateCharEntity(
wchar_t lowChar,
wchar_t highChar
) override
abstract WriteSurrogateCharEntity :
lowChar : char *
highChar : char -> unit
override WriteSurrogateCharEntity :
lowChar : char *
highChar : char -> unit 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