Home
Tutorial Bahasa Indonesia
_Visual Basic 6 (VB6)
__VB6 Basic & General
__VB6 MySQL
_Visual Basic .NET
__VB.NET Basic & General
__VB.NET Ms Access
__VB.NET MySQL
__VB.NET Printing
_ASP.NET
_C#
_PHP
_Flutter
_MySQL
_SQL Server
_SQL Reporting (SSRS)
English Tutorial
Youtube Channel
About Me
_About Me and This Blog
_Stories Of Life
_Portofolio
Home
VB.NET
VB.NET Check ColumnType/CellType DataGridViewCheckBoxCell
VB.NET Check ColumnType/CellType DataGridViewCheckBoxCell
rani
Lagi coding buat export data di DataGridView ke file Excel. Tapi tipe kolom DataGridViewCheckBoxCell ga ikutan di export. Buat cek apakah ini tipe nya DataGridViewCheckBoxCell ato bukan gimana sih?
Aku nemuin cara ini, I hope it works.
If
grdName.Columns(i).CellType.Name <> _
"DataGridViewCheckBoxCell"
Then
'Export code here
End If
FYI, code itu disimpen didalem loop
Post a Comment
0 Comments
Social Plugin
Twitter
Tweets by @raniirsan
Popular Posts
MySQL: Menghapus Index dalam Tabel
12/17/2019
MySQL: Mengubah Tipe Data Kolom dalam Tabel dengan ALTER TABLE ... MODIFY
12/17/2019
MySQL: Menghapus batasan NOT NULL pada tabel (mengizinkan nilai NULL)
12/17/2019
MySQL: Mengganti Nama Kolom dalam Tabel ALTER TABLE ... CHANGE
12/17/2019
MySQL: Menambahkan Nilai Default dengan ALTER TABLE ... SET DEFAULT
12/17/2019
0 Comments