ExcelXml.GetBytes Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function GetBytes As Byte()
'Usage
Dim instance As ExcelXml
Dim returnValue As Byte()
returnValue = instance.GetBytes()
public byte[] GetBytes()
Return Value
Type: []