Spread Windows Forms 6.0 Product Documentation
SetInsideBorder Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SetInsideBorder Method


cr
Cell range to which to apply borders
border
Border to put around cells in the range

Glossary Item Box

Sets borders to the inside of a range of cells.

Syntax

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)
C# 
public virtual void SetInsideBorder( 
   CellRange cr,
   IBorder border
)

Parameters

cr
Cell range to which to apply borders
border
Border to put around cells in the range

Remarks

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.