GrapeCity MultiRow Windows Forms Documentation
ApplyStyle Method


The CellStyle to apply to the current CellStyle.
Applies the specified CellStyle to the current CellStyle.
Syntax
Public Sub ApplyStyle( _
   ByVal cellStyle As CellStyle _
) 
Dim instance As CellStyle
Dim cellStyle As CellStyle
 
instance.ApplyStyle(cellStyle)
public void ApplyStyle( 
   CellStyle cellStyle
)

Parameters

cellStyle
The CellStyle to apply to the current CellStyle.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe cellStyle is a null reference (Nothing in Visual Basic).
Remarks
This method supports the inherited policy of the CellStyle. All of the properties in the cellStyle that are not inherited are used by the current CellStyle. The other properties are kept.
Requirements

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

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.