Uses of Class
com.sas.table.RowStyle

Packages that use RowStyle
com.sas.table A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. 
 

Uses of RowStyle in com.sas.table
 

Methods in com.sas.table that return RowStyle
 RowStyle TableView.getDefaultRowStyle()
          Returns the set of style properties that serve as defaults for all rows.
static RowStyle TableViewDefaults.getRowStyle()
          Returns a default row style.
 

Methods in com.sas.table with parameters of type RowStyle
 void TableView.setDefaultRowStyle(RowStyle newValue)
          Specifies the set of style properties to use as defaults for all rows.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.