public void SetLockSlot(
int nRow,
int nCol,
bool bLock
)
Public Sub SetLockSlot (
nRow As Integer,
nCol As Integer,
bLock As Boolean
)
public:
void SetLockSlot(
int nRow,
int nCol,
bool bLock
)
member SetLockSlot :
nRow : int *
nCol : int *
bLock : bool -> unit