Interface IAccessibleTableModelChange
- Namespace
- Javax.Accessibility
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleTableModelChange.html
public interface IAccessibleTableModelChange
Properties
FirstColumn
int FirstColumn { get; }
Property Value
FirstRow
int FirstRow { get; }
Property Value
LastColumn
int LastColumn { get; }
Property Value
LastRow
int LastRow { get; }
Property Value
Type
int Type { get; }