|
FlexCel Studio for VCL/LCL
|
Splits a string containing an Excel header/footer into 3 members, the right middle and left parts.
procedure FillPageHeaderFooter(const Text: UTF16String; var Left: UTF16String; var Center: UTF16String; var Right: UTF16String);
__fastcall FillPageHeaderFooter(const UTF16String Text, UTF16String Left, UTF16String Center, UTF16String Right);
|
Parameters |
Description |
|
const Text: UTF16String |
Text to split. |
|
var Left: UTF16String |
Will return the left section. |
|
var Center: UTF16String |
Will return the center section. |
|
var Right: UTF16String |
Will return the right section. |
This method is for internal use, you shouldn't need to use it.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|