SpreadsheetGear 2017
LineStyle Property (IBorders)






SpreadsheetGear Namespace > IBorders Interface : LineStyle Property
Gets or sets the LineStyle of the borders of the represented cell, range or object.
Syntax
'Declaration
 
Property LineStyle As LineStyle
'Usage
 
Dim instance As IBorders
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

IBorders Interface
IBorders Members
LineStyle Enumeration