다음을 통해 공유


RemoveAt 메서드

Removes a page from the collection found at the location specified by the index.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As PageCollection
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)
public:
void RemoveAt(
    int index
)
member RemoveAt : 
        index:int -> unit 
public function RemoveAt(
    index : int
)

매개 변수

  • index
    형식: System. . :: . .Int32
    An integer value indicating the location in the collection where the Page to be removed is located.