> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NSTableRight

## Constructors

### NSTableRight()

```crmscript theme={null}
NSTableRight
```

Initializes a new instance of the NSTableRight class.

## Methods

## GetMask()

```crmscript theme={null}
Integer GetMask()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetReason()

```crmscript theme={null}
String GetReason()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String)

## GetTableRight()

```crmscript theme={null}
Integer GetTableRight()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## SetMask(Integer)

```crmscript theme={null}
Void SetMask(Integer mask)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetReason(String)

```crmscript theme={null}
Void SetReason(String reason)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetTableRight(Integer)

```crmscript theme={null}
Void SetTableRight(Integer right)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)
