> For the complete documentation index, see [llms.txt](https://docs.layraweb.com.tr/merhaba/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layraweb.com.tr/merhaba/anadil/calismalar-ve-notlar/grid/grid-pushbutton-kullanimi.md).

# Grid PushButton Kullanımı

```visual-basic
Function f_grid_PushButton(f As Object, Cell As Object)
  'Eğer kolon adı ilce_goster ise ıf içersindeki kodu çalıştırcka ve dialogbox ilce adında formu açıcak
  If Cell.ColName="ilce_goster" Then
    DialogBox("ilce",0,0)
  EndIf
EndFunction  
```
