Click or drag to resize
ExcelXmlWriterWriteRaw Method (Char, Int32, Int32)

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

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public override void WriteRaw(
	char[] buffer,
	int index,
	int count
)

Parameters

buffer
Type: SystemChar

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

index
Type: SystemInt32

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

count
Type: SystemInt32

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

See Also