Range.CombineCharacters 属性

定义

确定指定的区域是否包含组合字符。

public:
 property bool CombineCharacters { bool get(); void set(bool value); };
public bool CombineCharacters { get; set; }
member this.CombineCharacters : bool with get, set
Public Property CombineCharacters As Boolean

属性值

注解

如果指定的区域包含组合字符,则此属性返回 True ;如果没有,则返回 False

适用于