Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
CellRange
.
.
::
.
.
RightColumn Property
CellRange Structure
See Also
Gets the index of the right column in this
CellRange
.
Namespace:
C1.Silverlight.FlexGrid
Assembly:
C1.Silverlight.FlexGrid.4
(in C1.Silverlight.FlexGrid.4.dll)
Syntax
C#
public
int
RightColumn
{
get
; }
Visual Basic
Public
ReadOnly
Property
RightColumn
As
Integer
Get
Remarks
This value is the higher of
Column
or
Column2
.
See Also
CellRange Structure
C1.Silverlight.FlexGrid Namespace