'Declaration Public ReadOnly Property ActualTabStop As System.Boolean
'Usage Dim instance As Cell Dim value As System.Boolean value = instance.ActualTabStop
public System.bool ActualTabStop {get;}
Property Value
true
if the user can set focus to the cell; otherwise, false
.