SpreadsheetGear 2017
LineStyle Property (IBorder)






SpreadsheetGear Namespace > IBorder Interface : LineStyle Property
Gets or sets the LineStyle of this border.
Syntax
'Declaration
 
Property LineStyle As LineStyle
'Usage
 
Dim instance As IBorder
Dim value As LineStyle
 
instance.LineStyle = value
 
value = instance.LineStyle
LineStyle LineStyle {get; set;}
read-write property LineStyle: LineStyle; 
function get,set LineStyle : LineStyle
__property LineStyle get_LineStyle();
__property void set_LineStyle( 
   LineStyle value
);
property LineStyle LineStyle {
   LineStyle get();
   void set (    LineStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBorder Interface
IBorder Members
LineStyle Enumeration