Wednesday, September 19, 2012
C1FlexGrid 'de istenen satıra odaklanmak.
focusIndex=5
fgFlexGrid.Focus()
fgFlexGrid.Row = focusIndex
How to focus on a row into C1FlexGrid.
Excel VBA: Kolon Numarasından Kolon Harfini Öğrenmek
Function GetColumnLetter(ColumnNumber As Integer) As String
GetColumnLetter= Left(Cells(1, ColumnNumber).Address(1, 0), InStr(1, Cells(1, ColumnNumber).Address(1, 0), "$") - 1)
End Function
Subscribe to:
Posts (Atom)