Share via


Cells.NestingLevel プロパティ

定義

指定したセルのネスト レベルを返します。

public:
 property int NestingLevel { int get(); };
public int NestingLevel { get; }
member this.NestingLevel : int
Public ReadOnly Property NestingLevel As Integer

プロパティ値

注釈

一番外側の表のネスト レベルは 1 です。 連続的にネストしている表のそれぞれのネスト レベルは、外側の表のネスト レベルよりも 1 つ大きくなります。

適用対象