Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / InsertFormatOrigin Enumeration


InsertFormatOrigin Enumeration
Specifies from where to copy the format for inserted cells.
Syntax
'Declaration
 
Public Enum InsertFormatOrigin 
   Inherits System.Enum
 
'Usage
 
Dim instance As InsertFormatOrigin
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