Visual Basic (Declaration) | |
---|---|
Public Overrides Sub SetDirectInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal info As StyleInfo _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DefaultSheetStyleModel Dim row As Integer Dim column As Integer Dim info As StyleInfo instance.SetDirectInfo(row, column, info) |
Parameters
- row
- Model row index of the cell, or -1 to specify a column or model default
- column
- Model column index of the cell, or -1 to specify a row or model default
- info
- Style object set (StyleInfo or NamedStyle)
Exception | Description |
---|---|
System.IndexOutOfRangeException | Specified row index is not valid; must be between -1 and the total number of rows |
System.IndexOutOfRangeException | Specified column index is not valid; must be between -1 and the total number of columns |
Spread uses a composite of style settings to paint the spreadsheet. For example, for a cell, the component looks at the style settings for the column and row for the cell, and the cell's own settings.
Use this method to set the direct settings for an object. Use the GetDirectInfo methods to get the direct settings for a specified object.
Direct cell styles override direct row styles, which override direct column styles, which override model default styles.
To return the composite information for an object, use the GetCompositeInfo method.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6