BCGControlBar Library for .NET
GridSelectionRange Class Members
Properties  Methods 


The following tables list the members exposed by GridSelectionRange.

Public Constructors
 NameDescription
Public ConstructorGridSelectionRange ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyEndSets or gets end point of the range.  
Public PropertyEndNGets normalized End point of the range.  
Public PropertyEndXGets or sets X coordinate of end point of the range.  
Public PropertyEndYGets or sets Y coordinate of end point of the range.  
Public PropertyIsColumnRangeGets or sets a value that indicates whether the range is "column" range.  
Public PropertyIsEmptyGets the value that indicates whether the range is empty.  
Public PropertyIsFullRangeGets or sets the value that indicates that the range is "full".  
Public PropertyIsRowRangeGets or sets a value that indicates whether the range is "row" range.  
Public PropertyIsSingleCellGes the value that indicates whether the range covers a single cell.  
Public PropertyStartSets or gets start point of the range.  
Public PropertyStartNGets normalized start point of the range.  
Public PropertyStartXGets or sets X coordinate of start point of the range.  
Public PropertyStartYGets or sets Y coordinate of start point of the range.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CompareCompares two ranges.  
Public MethodContainsDetects whether a range  contains the specified point.  
Public MethodCopyFromCopies a range from source range.  
Public MethodInitInitializes a range.  
Public MethodIntersectsWithDetects whether this range intersects with another range.  
Public MethodIsInRangeXDetects whether a value (column index) is within range by X coordinate.  
Public MethodIsInRangeYDetects whether a value (row index) is within range by Y coordinate.  
Public MethodNormalizeNormalizes the range.  
Public MethodToRectangleReturns a Rectangle object that represents the range.  
Top
See Also

Reference

GridSelectionRange Class
BCGSoft.Controls.Grid Namespace

Send Feedback