PowerTools SPREAD for Windows Forms 8.0J
Formula プロパティ (Rows.DefaultRow)


このプロパティは適用できません。デフォルト列に設定することはできません。
構文
'Declaration
 
Public Shadows Property Formula As String
'使用法
 
Dim instance As Rows.DefaultRow
Dim value As String
 
instance.Formula = value
 
value = instance.Formula
public new string Formula {get; set;}

プロパティ値

数式を含む String
解説

デフォルト行には数式はありません。したがって、このプロパティは常にString.Emptyを返します。

このプロパティが使用できるのは実行時のみです。

参照

Rows.DefaultRow クラス
Rows.DefaultRow メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.