Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / InsertFormatOrigin Enumeration


In This Topic
    InsertFormatOrigin Enumeration
    In This Topic
    Specifies from where to copy the format for inserted cells.
    Syntax
    'Declaration
     
    
    Public Enum InsertFormatOrigin 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As InsertFormatOrigin
    public enum InsertFormatOrigin : System.Enum 
    Members
    MemberDescription
    LeftOrAboveCopy the format from cells above and/or to the left.
    RightOrBelowCopy the format from cells below and/or to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.InsertFormatOrigin

    See Also