public class TableColumnsLocked extends Object
The table columns locked.
Constructor and Description |
---|
TableColumnsLocked(byte countColumns,
byte[] rgfColumnsesLocked)
Initializes a new instance of the
TableColumnsLocked struct. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
byte |
getCountColumns()
Gets the count columns.
|
byte[] |
getRgfColumnsLocked()
Gets the rgf columns locked.
|
int |
hashCode()
The get hash code.
|
static boolean |
op_Equality(TableColumnsLocked left,
TableColumnsLocked right)
The ==.
|
static boolean |
op_Inequality(TableColumnsLocked left,
TableColumnsLocked right)
The !=.
|
public TableColumnsLocked(byte countColumns, byte[] rgfColumnsesLocked)
Initializes a new instance of the TableColumnsLocked
struct.
countColumns
- The count columns.rgfColumnsesLocked
- The rgf column locked.public byte getCountColumns()
Gets the count columns.
public byte[] getRgfColumnsLocked()
Gets the rgf columns locked.
public static boolean op_Equality(TableColumnsLocked left, TableColumnsLocked right)
The ==.
public static boolean op_Inequality(TableColumnsLocked left, TableColumnsLocked right)
The !=.
Copyright (c) 2016 Aspose. All Rights Reserved.