Table of Contents

Method SetString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetString(int, string)

Replaces the string representation of the item at the specified index.

void SetString(int n, string s)

Parameters

n int

Zero-based index of the item.

s string

The new string for the item.