<< Click to display table of contents >> TRVTableItemInfo.SaveRowsToStream |
Saves the specified rows of table (from Index to Index+Count-1) to Stream.
procedure SaveRowsToStream(Stream: TStream; Index, Count: Integer);
(introduced in version 10)
The output is compatible with SaveToStream.
The result will be correct even if there are cells that overlap these rows because of RowSpan>1.
See also method:
See also: