'Declaration Public Property LinkArea As LinkArea
'Usage Dim instance As FpHyperlink Dim value As LinkArea instance.LinkArea = value value = instance.LinkArea
public LinkArea LinkArea {get; set;}
'Declaration Public Property LinkArea As LinkArea
'Usage Dim instance As FpHyperlink Dim value As LinkArea instance.LinkArea = value value = instance.LinkArea
public LinkArea LinkArea {get; set;}
This is the number of characters (first, last) of the text that appears underlined and becomes the link. For example, "Click to see more" has 17 characters counting the spaces. To underline and make part of the hyperlink only the word "Click", use a LinkArea(0,4); the number for the first character is zero. To have the words "see more", use LinkArea (9,16).