Метод | Описание | |
---|---|---|
ClearAttribute ( this cell, CellAttribute key ) : void | ||
FormatAttribute ( this cell, CellAttribute key, |
||
GetAttribute ( this cell, CellAttribute key ) : string | ||
HasAttribute ( this cell, CellAttribute key ) : bool | ||
SetAttribute ( this cell, CellAttribute key, string value ) : void | ||
SetTag ( this cell, string tag ) : void |
public static ClearAttribute ( this cell, CellAttribute key ) : void | ||
cell | this | |
key | CellAttribute | |
Результат | void |
public static FormatAttribute ( this cell, CellAttribute key, |
||
cell | this | |
key | CellAttribute | |
input | ||
Результат | void |
public static GetAttribute ( this cell, CellAttribute key ) : string | ||
cell | this | |
key | CellAttribute | |
Результат | string |
public static HasAttribute ( this cell, CellAttribute key ) : bool | ||
cell | this | |
key | CellAttribute | |
Результат | bool |
public static SetAttribute ( this cell, CellAttribute key, string value ) : void | ||
cell | this | |
key | CellAttribute | |
value | string | |
Результат | void |
public static SetTag ( this cell, string tag ) : void | ||
cell | this | |
tag | string | |
Результат | void |