ctlUniGrid.GetCellPicture Method
Gets picture information for the given cell
Syntax
Public Sub GetCellPicture (ByVal iRow As Long, _ ByRef vColKey As Variant, _ Optional ByRef oPic As StdPicture = Nothing, _ Optional ByRef bPicTransparent As Boolean = False, _ Optional ByRef bPicGrayed As Boolean = False, _ Optional ByRef lPicXTransp As Long = -1&, _ Optional ByRef lPicYTransp As Long = -1&, _ Optional ByRef lPicTranspColor As Long = -1&)
Parameters
Parameter |
Description |
ByVal iRow As Long |
The row index |
ByRef vColKey As Variant |
The column key or index |
Optional ByRef oPic As StdPicture = Nothing |
(OUT) The new picture |
Optional ByRef bPicTransparent As Boolean = False |
(OUT) The picture transparency |
Optional ByRef bPicGrayed As Boolean = False |
(OUT) The gray flag |
Optional ByRef lPicXTransp As Long = -1& |
(OUT) The transparency X coordinate |
Optional ByRef lPicYTransp As Long = -1& |
(OUT) The transparency Y coordinate |
Optional ByRef lPicTranspColor As Long = -1& |
(OUT) The transparent color |
|