Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal parentName As String _ ) |
C# | |
---|---|
public StyleInfo( string parentName ) |
Parameters
- parentName
- Name of the parent NamedStyle object
C# | ![]() |
---|---|
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo("StyleHeaders"); si.BackColor = Color.Yellow; fpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si; |
Visual Basic | ![]() |
---|---|
Dim si As New FarPoint.Win.Spread.StyleInfo("StyleHeaders") si.BackColor = Color.Yellow FpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2