'宣言 Public Function GetText( _ ByVal s As System.String _ ) As System.String
'使用法 Dim instance As C1TextBlockRange Dim s As System.String Dim value As System.String value = instance.GetText(s)
public System.string GetText( System.string s )
パラメータ
- s
- The string to append ranges text.
戻り値の型
A string with the appended list of text ranges.