Interface IStringCell
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public interface IStringCell
Methods
| Edit this page View SourceGetStringValue()
Declaration
string GetStringValue()
Returns
| Type | Description |
|---|---|
| string |
SetStringValue(string)
Declaration
void SetStringValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value |
TrimStringValue()
Declaration
void TrimStringValue()