'宣言 Public Function IsVisible() As System.Boolean
'使用法 Dim instance As TableCell Dim value As System.Boolean value = instance.IsVisible()
public System.bool IsVisible()
戻り値の型
セルが表示されている場合は true を返し、そうでない場合は false を返します。
'宣言 Public Function IsVisible() As System.Boolean
'使用法 Dim instance As TableCell Dim value As System.Boolean value = instance.IsVisible()
public System.bool IsVisible()