SpreadsheetGear 2017
Type Property (IDataBarBorder)






SpreadsheetGear Namespace > IDataBarBorder Interface : Type Property
Gets or sets the border type of the data bar border.
Syntax
'Declaration
 
Property Type As DataBarBorderType
'Usage
 
Dim instance As IDataBarBorder
Dim value As DataBarBorderType
 
instance.Type = value
 
value = instance.Type
DataBarBorderType Type {get; set;}
read-write property Type: DataBarBorderType; 
function get,set Type : DataBarBorderType
__property DataBarBorderType get_Type();
__property void set_Type( 
   DataBarBorderType value
);
property DataBarBorderType Type {
   DataBarBorderType get();
   void set (    DataBarBorderType 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

IDataBarBorder Interface
IDataBarBorder Members