StyleHasRightBorder Method (GridRenderer)
In This Topic
Determines whether the style has right border.
Syntax
'Declaration
Public Function StyleHasRightBorder( _
ByVal As Style _
) As Boolean
public bool StyleHasRightBorder(
Style
)
Parameters
- style
- The style.
Return Value
True if the style has right border, otherwise false.
See Also