Smartsheet.Api.Internal.SmartsheetImpl.Rows C# (CSharp) 메소드

Rows() 개인적인 메소드

private Rows ( ) : RowResources
리턴 RowResources
        public virtual RowResources Rows()
        {
            throw new NotSupportedException();
        }

Usage Example

예제 #1
0
 public virtual void TestRows()
 {
     Assert.NotNull(smartsheet.Rows());
 }