ig.spreadsheet.SpreadsheetCellRangeBorders

Enumeration used to identify the borders of a cell range.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
  • allBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    63

    Border along the outside and inside of the range. This is equivalent to choosing OutsideBorder and InsideBorder.

  • bottomBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    8

    Border at the bottom edge of the range.

  • diagonalDown

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    64

    Border running from the upper left corner to the lower right of each cell in the range.

  • diagonalUp

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    128

    Border running from the lower left corner to the upper right corner of each cell in the range.

  • insideBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    48

    Border along the inside of the range. This is equivalent to choosing InsideVertical and InsideHorizontal

  • insideHorizontal

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    16

    Horizontal border for all cells within the center excluding the outside edge of the range.

  • insideVertical

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    32

    Vertical border for all cells within the center excluding the outside edge of the range.

  • leftBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    1

    Border at the left edge of the range

  • outsideBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    15

    Border along the outside of the range. This is equivalent to choosing LeftBorder, RightBorder, TopBorder and BottomBorder.

  • rightBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    4

    Border at the right edge of the range.

  • topBorder

    Type:
    ig.spreadsheet.SpreadsheetCellRangeBorders
    Default:
    2

    Border at the top edge of the range.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.