ComponentOne FlexReport for WinForms
C1FragmentHighlight Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1FragmentHighlight Class : C1FragmentHighlight Constructor
The object defining the content which should be highlighted.
The highlighting attributes.
Initializes a new instance of the C1FragmentHighlight class.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As System.Object, _
   ByVal attrs As C1HighlightAttrs _
)
public C1FragmentHighlight( 
   System.object range,
   C1HighlightAttrs attrs
)

Parameters

range
The object defining the content which should be highlighted.
attrs
The highlighting attributes.
See Also

Reference

C1FragmentHighlight Class
C1FragmentHighlight Members