GridControl.GetVisibleCellRectangle(Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Drawing::Rectangle GetVisibleCellRectangle(long rowIndex, int columnIndex);
public System.Drawing.Rectangle GetVisibleCellRectangle (long rowIndex, int columnIndex);
abstract member GetVisibleCellRectangle : int64 * int -> System.Drawing.Rectangle
override this.GetVisibleCellRectangle : int64 * int -> System.Drawing.Rectangle
Public Function GetVisibleCellRectangle (rowIndex As Long, columnIndex As Integer) As Rectangle
Parameters
- rowIndex
- Int64
- columnIndex
- Int32