A string cell value with its rich text information.
TRichString = record Value: UTF16String; RTFRuns: TRTFRunList; end;
struct TRichString { UTF16String Value; TRTFRunList RTFRuns; };
|
Members |
Description |
|
Value: UTF16String; |
Cell text. |
|
RTFRuns: TRTFRunList; |
Rich text info. |
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|