GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IWorksheet インタフェース : ColumnCount プロパティ |
'Declaration
Property ColumnCount As Integer
'使用法
Dim instance As IWorksheet Dim value As Integer instance.ColumnCount = value value = instance.ColumnCount
int ColumnCount {get; set;}