Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Visibility
C#
public enum Visibility
ConstanteDescripción
CollapseOnly for table rows (tr), row groups (tbody), columns (col), column groups (colgroup). This value removes a row or column, but it does not affect the table layout.The space taken up by the row or column will be available for other content.
HiddenThe element is hidden (but still takes up space)
InheritInherits this property from its parent element.
InitialSets this property to its default value.
VisibleDefault value. The element is visible