Visual Basic (Declaration) | |
---|---|
Public Overridable Sub SetInsideBorder( _ ByVal cr As CellRange, _ ByVal border As IBorder _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SheetView Dim cr As CellRange Dim border As IBorder instance.SetInsideBorder(cr, border) |
Parameters
- cr
- Cell range to which to apply borders
- border
- Border to put around cells in the range
This method sets grid line type borders around the cells inside a range, except for the outside (or outline) of the range. To apply borders to the outside of a range of cells, refer to the SetOutlineBorder method.
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
Reference
SheetView ClassSheetView Members
SetOutlineBorder Method