GetDirectInfo Method (BaseSheetStyleModel)
In This Topic
Gets the direct style information for the specified cell, column, row, or model default.
Syntax
Parameters
- row
- Row index of the cell in the model, or -1 to specify an entire column or the model default
- column
- Column index of the cell in the model, or -1 to specify an entire row or the model default
- destInfo
- Destination StyleInfo object for getting the style; if null, then a new StyleInfo is created and used
Return Value
This implementation does nothing and returns null.
Example
This example sets up the cell type for the style.
See Also