SetStyle

SetStyle(CellRange, Style)

Establece el objeto de estilo en cellRange.

public void SetStyle(CellRange range, Style style)
ParámetroEscribeDescripción
rangeCellRangeObjeto CellRange.
styleStyleObjeto de estilo que se establecerá.

Ver también


SetStyle(GridCellArea, Style)

Establece el objeto de estilo en cellRange.

public void SetStyle(GridCellArea area, Style style)
ParámetroEscribeDescripción
areaGridCellAreaobjeto GridCellArea.
styleStyleObjeto de estilo que se establecerá.

Ver también