Click or drag to resize
ExcelXmlWriterWriteBase64 Method

[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.WriteBase64(System.Byte[],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 WriteBase64(
	byte[] buffer,
	int index,
	int count
)

Parameters

buffer
Type: SystemByte

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

index
Type: SystemInt32

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

count
Type: SystemInt32

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

See Also