PowerTools MultiRow for Windows Forms 8.0J
ApplyStyle メソッド

現在のCellStyleに適用するCellStyle
指定したCellStyleを現在のCellStyleに適用します。
構文
Public Sub ApplyStyle( _
   ByVal cellStyle As CellStyle _
) 
public void ApplyStyle( 
   CellStyle cellStyle
)

パラメータ

cellStyle
現在のCellStyleに適用するCellStyle
例外
例外解説
System.ArgumentNullExceptioncellStyleがnull 参照 (Visual Basicでは Nothing)です。
解説
このメソッドは、CellStyleの継承方式をサポートします。cellStyleの、値が継承されていないすべてのプロパティが、現在のCellStyleによって使用されます。それ以外のプロパティは維持されます。
参照

CellStyle クラス
CellStyle メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.