:: com :: sun :: star :: chart2 :: data ::

struct HighlightedRange

Elements' Summary
RangeRepresentation  
Index Only take the cell at position Index out of the given Range. If this value is -1 take the whole sequence.  
PreferredColor Use this color for marking the range. This color may be ignored and replaced by a better fitting color, if it would be otherwise not well visible.  
AllowMerginigWithOtherRanges If the highlighted range is visually highlighted and this member is `TRUE`, the range given in #RangeRepresentation may be included in a merged range rectangle spanning a bigger range.  
Elements' Details
RangeRepresentation
string RangeRepresentation;
Index
long Index;
Description
Only take the cell at position Index out of the given Range. If this value is -1 take the whole sequence.
PreferredColor
long PreferredColor;
Description
Use this color for marking the range. This color may be ignored and replaced by a better fitting color, if it would be otherwise not well visible.
AllowMerginigWithOtherRanges
boolean AllowMerginigWithOtherRanges;
Description
If the highlighted range is visually highlighted and this member is `TRUE`, the range given in #RangeRepresentation may be included in a merged range rectangle spanning a bigger range.
Top of Page