'宣言 Public Overrides Function CanExportRange( _ ByVal rangeType As OutputRangeType _ ) As System.Boolean
'使用法 Dim instance As WordExporter Dim rangeType As OutputRangeType Dim value As System.Boolean value = instance.CanExportRange(rangeType)
public override System.bool CanExportRange( OutputRangeType rangeType )
パラメータ
- rangeType
- The C1.Document.OutputRangeType to test.
戻り値の型
True if the specified range can be exported, false otherwise.