SpreadsheetGear The Performance Spreadsheet Component Company 
IBorders Interface Members
See Also  Properties 
SpreadsheetGear Namespace : IBorders Interface


The following tables list the members exposed by IBorders.

Public Properties

 NameDescription
 PropertyColor Gets or sets the System.Drawing.Color of the borders of the represented cell, range or object.  
 PropertyColorDefined Returns true if the color of all borders represented by this instance of IBorders is the same, otherwise false is returned.  
 PropertyColorIndex Gets or sets the zero based color index of the borders of the represented cell, range or object.  
 PropertyColorIndexDefined Returns true if the color index of all borders represented by this instance of IBorders is the same, otherwise false is returned.  
 PropertyCount Returns the number of instances of IBorder represented by this instance of IBorders.  
 PropertyItemReturns the specified IBorder.  
 PropertyLineStyle Gets or sets the LineStyle of the borders of the represented cell, range or object.  
 PropertyLineStyleDefined Returns true if the LineStyle of all borders represented by this instance of IBorders is the same, otherwise false is returned.  
 PropertyWeight Gets or sets the BorderWeight of the borders of the represented cell, range or object.  
 PropertyWeightDefined Returns true if the border weight of all borders represented by this instance of IBorders is the same, otherwise false is returned.  
 PropertyWorkbookSet Returns the parent IWorkbookSet of this instance of IBorders.  
Top

See Also