Spread WPF 18
GrapeCity.Spreadsheet Namespace / IBorders Interface
Members


In This Topic
    IBorders Interface
    In This Topic
    A collection of Border objects that represent the four borders of a Range or Style object.
    Object Model
    IBorders Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IBorders 
       Inherits IBorder 
    'Usage
     
    Dim instance As IBorders
    [DefaultMember("Item")]
    public interface IBorders : IBorder  
    See Also