'Declaration Public Property ExpandIconOnRight As Boolean
'Usage Dim instance As FpSpread Dim value As Boolean instance.ExpandIconOnRight = value value = instance.ExpandIconOnRight
public bool ExpandIconOnRight {get; set;}
'Declaration Public Property ExpandIconOnRight As Boolean
'Usage Dim instance As FpSpread Dim value As Boolean instance.ExpandIconOnRight = value value = instance.ExpandIconOnRight
public bool ExpandIconOnRight {get; set;}
This property applies to the icon for expanding and collapsing a hierarchy of sheets in a hierarchical view of sheets.
The image can be to the right or left of the text.
This property is available at run time only.