PrintDocument for WinForms
IsVisible メソッド (TableCell)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableCell クラス : IsVisible メソッド
Determines whether the current cell is visible in the containing table. A cell is visible if it spans at least one visible row and column (see TableVector.Visible).
シンタックス
'宣言
 
Public Function IsVisible() As System.Boolean
'使用法
 
Dim instance As TableCell
Dim value As System.Boolean
 
value = instance.IsVisible()
public System.bool IsVisible()

戻り値の型

true if the current cell is visible, false otherwise.
参照

TableCell クラス
TableCell メンバ