TRTFRun.ToByteArray Method
Converts a TRTFRun array into a byte array for serialization.
Syntax
Unit: FlexCel.Core
class function TRTFRun.ToByteArray(const xls: TCoreExcelFile; const runs: TArray<TRTFRun>): TBytes; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
xls |
TCoreExcelFile |
|
const |
runs |
TArray<TRTFRun> |
TRTFRun array |
Returns
Serialized byte array
See also