> For the complete documentation index, see [llms.txt](https://desktop-api.iceteagroup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md).

# SalTableRow

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Encapsulates SAL's properties for table window rows. Each FlexGrid row object is bound to an instance of this class.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalTableRow
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalTableRow
```

{% endtab %}
{% endtabs %}

## Properties

### ![](/files/dBIrS7XBDGmrzmTRbSI6)ContextRow

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Returns the context row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Deleted

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the deleted flag.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Enabled

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the enable flag for the row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Fetched

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the fetched flag.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Flags

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): Returns/Sets the row flags on this row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Grid

[C1FlexGrid](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the grid control that contains this row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GridRow

[Row](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the grid row object associated to this row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Item(index)

[SalTableColumn](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the column at the specified index and sets the current context row in the table window.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Item(name)

[SalTableColumn](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the column with the specified name and sets the current context row in the table window.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Item(column)

[SalTableColumn](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the specified column and sets the current context row in the table window.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)ParentTable

[SalTableWindow](/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md): Returns the SalTableWindow control that contains the grid that contains this row.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Selected

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the selected flag.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Tag

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object): Returns/Sets a user-defined value.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Visible

[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean): Returns/Sets the visible flag.

## Methods

### ![](/files/dBIrS7XBDGmrzmTRbSI6)IsModified(col)

Returns true if the specified column has been edited.

| Parameter | Type                                                              | Description |
| --------- | ----------------------------------------------------------------- | ----------- |
| **col**   | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) |             |

**Returns:** [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Remove()

Removes this row from the grid.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SetFlags(flags, on)

Sets or removes a row flag.

| Parameter | Type                                                                  | Description |
| --------- | --------------------------------------------------------------------- | ----------- |
| **flags** | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)     |             |
| **on**    | [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean) |             |

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SetModified(col, on)

Sets the edited flag for the specified column.

| Parameter | Type                                                                  | Description |
| --------- | --------------------------------------------------------------------- | ----------- |
| **col**   | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)     |             |
| **on**    | [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean) |             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.saltablerow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
